|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLSchemaInfo | |
wt.xml | Supports Windchill to XML DOM conversion. |
Uses of XMLSchemaInfo in wt.xml |
Fields in wt.xml declared as XMLSchemaInfo | |
private XMLSchemaInfo |
XMLSchema.theXMLSchemaInfo
|
Methods in wt.xml that return XMLSchemaInfo | |
XMLSchemaInfo |
XMLSchema.getXMLSchemaInfo()
Gets the object for the association that plays role: theXMLSchemaInfo. |
XMLSchemaInfo |
WTIntrospectorToDOMDocumentGenerator.createXMLSchemaInfo(String fullyQualifiedPersistableTypeClassName)
Creates an XMLSchemaInfo object complete with introspection information for the creation of a DOM Document object. |
private XMLSchemaInfo |
WTIntrospectorToDOMDocumentGenerator.defineElement(String attributeNameClassNamePair,
XMLSchemaInfo theXMLSchemaInfo,
boolean rootElement)
Recursively traverses the "tree" of persistable attributes given a classname. |
abstract XMLSchemaInfo |
DOMDocumentGenerator.createXMLSchemaInfo(String fullyQualifiedPersistableTypeClassName)
Supported API: false |
Methods in wt.xml with parameters of type XMLSchemaInfo | |
protected boolean |
XMLSchemaInfo.readVersion(XMLSchemaInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
XMLSchema.setXMLSchemaInfo(XMLSchemaInfo a_XMLSchemaInfo)
Sets the object for the association that plays role: theXMLSchemaInfo. |
Document |
WTIntrospectorToDOMDocumentGenerator.createDOMDocument(XMLSchemaInfo theXMLSchemaInfo)
Creates a new DOM Document object and populates it with elements matching the data in an XMLSchemaInfo's elementIndex hashtable. |
private XMLSchemaInfo |
WTIntrospectorToDOMDocumentGenerator.defineElement(String attributeNameClassNamePair,
XMLSchemaInfo theXMLSchemaInfo,
boolean rootElement)
Recursively traverses the "tree" of persistable attributes given a classname. |
abstract Document |
DOMDocumentGenerator.createDOMDocument(XMLSchemaInfo theXMLSchemaInfo)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |