SourceTreepublic class SourceTree extends Object This object represents a Source Tree, and any associated
information. |
Fields Summary |
---|
public String | m_urlThe URI of the source tree. | public int | m_rootThe root of the source tree, which may or may not be a
{@link org.w3c.dom.Document} node. |
Constructors Summary |
---|
public SourceTree(int root, String url)Constructor SourceTree
m_root = root;
m_url = url;
|
|