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 Document node.

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)

Parameters:
root - The root of the source tree, which may or may not be a
url - The URI of the source tree.


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