Class SourceTree

java.lang.Object
org.apache.xpath.SourceTree

public class SourceTree extends Object
This object represents a Source Tree, and any associated information.
  • Field Details

    • m_url

      public String m_url
      The URI of the source tree.
    • m_root

      public int m_root
      The root of the source tree, which may or may not be a Document node.
  • Constructor Details

    • SourceTree

      public SourceTree(int root, String url)
      Constructor SourceTree
      Parameters:
      root - The root of the source tree, which may or may not be a Document node.
      url - The URI of the source tree.