|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xpath.SourceTree
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. |
Constructor Summary | |
SourceTree(int root,
String url)
Constructor SourceTree |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String m_url
public int m_root
Document
node.
Constructor Detail |
public SourceTree(int root, String url)
root
- The root of the source tree, which may or may not be a
Document
node.url
- The URI of the source tree.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |