org.apache.xpath
Class SourceTree
This object represents a Source Tree, and any associated
information.
int | m_root - The root of the source tree, which may or may not be a
org.w3c.dom.Document node.
|
String | m_url - The URI of the source tree.
|
SourceTree(int root, String url) - Constructor SourceTree
|
m_root
public int m_root
The root of the source tree, which may or may not be a
org.w3c.dom.Document
node.
m_url
public String m_url
The URI of the source tree.
SourceTree
public SourceTree(int root,
String url)
Constructor SourceTree
root
- The root of the source tree, which may or may not be a
org.w3c.dom.Document
node.url
- The URI of the source tree.
Copyright B) 2004 Apache XML Project. All Rights Reserved.