public class SourceTree
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
m_root
The root of the source tree, which may or may not be a
Document node. |
java.lang.String |
m_url
The URI of the source tree.
|
Constructor and Description |
---|
SourceTree(int root,
java.lang.String url)
Constructor SourceTree
|
public java.lang.String m_url
public int m_root
Document
node.public SourceTree(int root, java.lang.String url)
root
- The root of the source tree, which may or may not be a
Document
node.url
- The URI of the source tree.Copyright © 2014 Apache XML Project. All Rights Reserved.