forestName
(package private) String forestName
idGen
(package private) IdGen idGen
skeleton
(package private) DataGuide skeleton
D&R******************************
url
(package private) URL url
xdocName
(package private) String xdocName
XDocument
protected XDocument(Node n,
URL url)
XDocument
protected XDocument(Node n,
URL url,
String origURI,
String xdocName,
IdGen idGen,
boolean useDataGuides)
Xdocument constructor
create
public static XDocument create(Document d,
URL url,
String origURI,
String xdocName,
IdGen idgen,
boolean useDataGuides)
Xdocument factory
create
public static XDocument create(Document d,
URL url,
IdGen idGen,
String origURI,
String xdocName,
IdGen idgen,
boolean useDataGuides)
D&R************************************
create
public static XDocument create(Node n,
URL url)
XDocument factory
getDataGuide
public CursorDG getDataGuide()
getForest
public String getForest()
getIdGen
public IdGen getIdGen()
getSkeleton
public DataGuide getSkeleton()
DR********************************************
getType
public short getType()
Returns the type of this object.
see the enumeration in XObject class
- getType in interface XObject
getURL
public URL getURL()
getXDocName
public String getXDocName()
pathTo
public final XString pathTo(XObject o)
Returns the path to this object.
It is a XString of the form "this/label1/.../labels"
null if this object does not actually belong to any document
- pathTo in interface XObject
setForest
public void setForest(String forestName)