| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.xpath.SourceTree
**For internal use only** This object represents a Source Tree, and any associated information.
| Field Summary | |
 Node | 
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(Node root,
           java.lang.String url)
Constructor SourceTree  | 
|
| Methods inherited from class java.lang.Object | 
equals, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Field Detail | 
public java.lang.String m_url
public Node m_root
Document node.| Constructor Detail | 
public SourceTree(Node 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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||