Package org.apache.xpath
Class SourceTree
java.lang.Object
org.apache.xpath.SourceTree
public class SourceTree extends Object
This object represents a Source Tree, and any associated
information.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SourceTree(int root, String url)Constructor SourceTree -
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 aDocumentnode.
-
-
Constructor Details
-
SourceTree
Constructor SourceTree- Parameters:
root- The root of the source tree, which may or may not be aDocumentnode.url- The URI of the source tree.
-