org.apache.xpath
public class SourceTree extends Object
UNKNOWN: internal
| Field Summary | |
|---|---|
| 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. |
| Constructor Summary | |
|---|---|
| SourceTree(int root, String url)
Constructor SourceTree
| |
Parameters: 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.