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 org.w3c.dom.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
The root of the source tree, which may or may not be a org.w3c.dom.Document node.

m_url

public String m_url
The URI of the source tree.

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 org.w3c.dom.Document node.
url - The URI of the source tree.

Copyright © 2006 Apache XML Project. All Rights Reserved.