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 |
int |
m_root
The root of the source tree, which may or may not be a
Document node. |
String |
m_url
The URI of the source tree. |
m_url
public String m_url
- The URI of the source tree.
m_root
public int m_root
- The root of the source tree, which may or may not be a
Document
node.
SourceTree
public SourceTree(int root,
String url)
- Constructor SourceTree
- Parameters:
root
- The root of the source tree, which may or may not be a
Document
node.url
- The URI of the source tree.
Copyright ? 2005 Apache XML Project. All Rights Reserved.