org.apache.xpath

Class SourceTree

public class SourceTree extends Object

This object represents a Source Tree, and any associated information.

UNKNOWN: internal

Field Summary
intm_root
The root of the source tree, which may or may not be a {@link org.w3c.dom.Document} node.
Stringm_url
The URI of the source tree.
Constructor Summary
SourceTree(int root, String url)
Constructor SourceTree

Field Detail

m_root

public int m_root
The root of the source tree, which may or may not be a {@link org.w3c.dom.Document} node.

m_url

public String m_url
The URI of the source tree.

Constructor Detail

SourceTree

public SourceTree(int root, String url)
Constructor SourceTree

Parameters: root The root of the source tree, which may or may not be a {@link org.w3c.dom.Document} node. url The URI of the source tree.

Copyright © 2005 Apache XML Project. All Rights Reserved.