org.apache.xpath

Class SourceTree


public class SourceTree
extends java.lang.Object

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

Field Details

m_root

public int m_root

m_url

public String m_url
The URI of the source tree.

Constructor Details

SourceTree

public SourceTree(int root,
                  String url)
Constructor SourceTree

Copyright B) 2004 Apache XML Project. All Rights Reserved.