org.apache.xpath
Class SourceTree

java.lang.Object
  |
  +--org.apache.xpath.SourceTree

public class SourceTree
extends java.lang.Object

**For internal use only** This object represents a Source Tree, and any associated information.


Field Summary
 Node m_root
          **For internal use only**  
 java.lang.String m_url
          **For internal use only**  
 
Constructor Summary
SourceTree(Node root, java.lang.String url)
          **For internal use only**  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_url

public java.lang.String m_url

m_root

public Node m_root
Constructor Detail

SourceTree

public SourceTree(Node root,
                  java.lang.String url)


Copyright © 2000 Apache XML Project. All Rights Reserved.