Uses of Class
wt.xml.DOMComponents

Packages that use DOMComponents
wt.xml Supports Windchill to XML DOM conversion. 
wt.xml.io   
 

Uses of DOMComponents in wt.xml
 

Methods in wt.xml with parameters of type DOMComponents
private  void WTIntrospectorToDOMDocumentGenerator.expandDOMTree(DOMComponents dom, Hashtable elementIndex, String elementName, boolean root)
          Expands a new DOM Document's tree by adding elements until it matches the data in the XMLSchemaInfo's elementIndex.
protected  boolean DOMComponents.readVersion(DOMComponents thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of DOMComponents in wt.xml.io
 

Fields in wt.xml.io declared as DOMComponents
private  DOMComponents DOMTreeEncoder.dom