Package org.apache.xpath
Class SourceTree
java.lang.Object
org.apache.xpath.SourceTree
This object represents a Source Tree, and any associated
information.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_url
The URI of the source tree. -
m_root
public int m_rootThe root of the source tree, which may or may not be aDocument
node.
-
-
Constructor Details
-
SourceTree
Constructor SourceTree- Parameters:
root
- The root of the source tree, which may or may not be aDocument
node.url
- The URI of the source tree.
-