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