|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLMechanismException | |
com.ptc.windchill.util.packaging.common.impl | |
wt.util.xml | |
wt.util.xml.io | |
wt.xml | Supports Windchill to XML DOM conversion. |
wt.xml.io |
Uses of XMLMechanismException in com.ptc.windchill.util.packaging.common.impl |
Methods in com.ptc.windchill.util.packaging.common.impl that throw XMLMechanismException | |
protected void |
XMLDescriptorReader.loadDescriptor(InputStream input)
Supported API: false |
protected void |
XMLDescriptor.saveDescriptor(Writer writer)
Supported API: false |
Uses of XMLMechanismException in wt.util.xml |
Methods in wt.util.xml that throw XMLMechanismException | |
static XMLParser |
XMLParser.newXMLParser(String fullyQualifiedClassName)
Supported API: false |
abstract Document |
XMLParser.createDOMDocument(File file)
Deprecated. Replaced by: createDOMDocument(InputStream). |
abstract Document |
XMLParser.createDOMDocument(URL url)
Deprecated. Replaced by: createDOMDocument(InputStream). |
Document |
XMLParser.createDOMDocument(File file,
boolean ignoreWhitespace)
Deprecated. Replaced by: createDOMDocument(InputStream, boolean). |
Document |
XMLParser.createDOMDocument(URL url,
boolean ignoreWhitespace)
Deprecated. Replaced by: createDOMDocument(InputStream, boolean). |
abstract Document |
XMLParser.createDOMDocument(InputStream is)
Parses the XML from the given InputStream . |
Document |
XMLParser.createDOMDocument(InputStream is,
boolean ignoreWhitespace)
Parses the XML from the given InputStream . |
static String |
XMLMechanismUtilities.createFullyQualifiedFileName(File file)
Supported API: false |
static String |
XMLMechanismUtilities.getSpaces(int spaces)
returns a string with spaces only, whose length is equal to the length argument Supported API: false |
static NonValidatingXML4jAdapter |
NonValidatingXML4jAdapter.newNonValidatingXML4jAdapter()
Supported API: false |
Document |
NonValidatingXML4jAdapter.createDOMDocument(File file)
Deprecated. Replaced by: createDOMDocument(InputStream) |
Document |
NonValidatingXML4jAdapter.createDOMDocument(URL url)
Deprecated. Replaced by: createDOMDocument(InputStream) |
Document |
NonValidatingXML4jAdapter.createDOMDocument(InputStream is)
Uses IBM's XML4j to parse XML to yield a DOM Document. |
static XMLParser |
XMLParser.newXMLParser(String fullyQualifiedClassName)
Supported API: false |
abstract Document |
XMLParser.createDOMDocument(File file)
Deprecated. Replaced by: createDOMDocument(InputStream). |
abstract Document |
XMLParser.createDOMDocument(URL url)
Deprecated. Replaced by: createDOMDocument(InputStream). |
Document |
XMLParser.createDOMDocument(File file,
boolean ignoreWhitespace)
Deprecated. Replaced by: createDOMDocument(InputStream, boolean). |
Document |
XMLParser.createDOMDocument(URL url,
boolean ignoreWhitespace)
Deprecated. Replaced by: createDOMDocument(InputStream, boolean). |
abstract Document |
XMLParser.createDOMDocument(InputStream is)
Parses the XML from the given InputStream . |
Document |
XMLParser.createDOMDocument(InputStream is,
boolean ignoreWhitespace)
Parses the XML from the given InputStream . |
static String |
XMLMechanismUtilities.createFullyQualifiedFileName(File file)
Supported API: false |
static String |
XMLMechanismUtilities.getSpaces(int spaces)
returns a string with spaces only, whose length is equal to the length argument Supported API: false |
static NonValidatingXML4jAdapter |
NonValidatingXML4jAdapter.newNonValidatingXML4jAdapter()
Supported API: false |
Document |
NonValidatingXML4jAdapter.createDOMDocument(File file)
Deprecated. Replaced by: createDOMDocument(InputStream) |
Document |
NonValidatingXML4jAdapter.createDOMDocument(URL url)
Deprecated. Replaced by: createDOMDocument(InputStream) |
Document |
NonValidatingXML4jAdapter.createDOMDocument(InputStream is)
Uses IBM's XML4j to parse XML to yield a DOM Document. |
static XMLParser |
XMLParser.newXMLParser(String fullyQualifiedClassName)
Supported API: false |
abstract Document |
XMLParser.createDOMDocument(File file)
Deprecated. Replaced by: createDOMDocument(InputStream). |
abstract Document |
XMLParser.createDOMDocument(URL url)
Deprecated. Replaced by: createDOMDocument(InputStream). |
Document |
XMLParser.createDOMDocument(File file,
boolean ignoreWhitespace)
Deprecated. Replaced by: createDOMDocument(InputStream, boolean). |
Document |
XMLParser.createDOMDocument(URL url,
boolean ignoreWhitespace)
Deprecated. Replaced by: createDOMDocument(InputStream, boolean). |
abstract Document |
XMLParser.createDOMDocument(InputStream is)
Parses the XML from the given InputStream . |
Document |
XMLParser.createDOMDocument(InputStream is,
boolean ignoreWhitespace)
Parses the XML from the given InputStream . |
static String |
XMLMechanismUtilities.createFullyQualifiedFileName(File file)
Supported API: false |
static String |
XMLMechanismUtilities.getSpaces(int spaces)
returns a string with spaces only, whose length is equal to the length argument Supported API: false |
static NonValidatingXML4jAdapter |
NonValidatingXML4jAdapter.newNonValidatingXML4jAdapter()
Supported API: false |
Document |
NonValidatingXML4jAdapter.createDOMDocument(File file)
Deprecated. Replaced by: createDOMDocument(InputStream) |
Document |
NonValidatingXML4jAdapter.createDOMDocument(URL url)
Deprecated. Replaced by: createDOMDocument(InputStream) |
Document |
NonValidatingXML4jAdapter.createDOMDocument(InputStream is)
Uses IBM's XML4j to parse XML to yield a DOM Document. |
Uses of XMLMechanismException in wt.util.xml.io |
Subclasses of XMLMechanismException in wt.util.xml.io | |
class |
CharacterEncodingNotFoundException
Thrown when mapping between character encodings (e.g. |
Methods in wt.util.xml.io that throw XMLMechanismException | |
byte[] |
CharacterDecoder.decode(String codedString)
decodes a string to a byte array. |
byte[] |
Char3in4Decoder.decode(byte[] byteArray)
decodes a coded string's byte array to an uncoded byte array. |
byte[] |
Char3in4Decoder.decode(String codedString)
decodes a string to a byte array. |
byte |
ByteHexDecoder.hex2byte(String hex)
decodes a two-digit hex String into a single byte Supported API: false |
byte[] |
ByteHexDecoder.decode(String codedString)
decodes a string to a byte array. |
byte[] |
CharacterDecoder.decode(String codedString)
decodes a string to a byte array. |
byte[] |
Char3in4Decoder.decode(byte[] byteArray)
decodes a coded string's byte array to an uncoded byte array. |
byte[] |
Char3in4Decoder.decode(String codedString)
decodes a string to a byte array. |
byte |
ByteHexDecoder.hex2byte(String hex)
decodes a two-digit hex String into a single byte Supported API: false |
byte[] |
ByteHexDecoder.decode(String codedString)
decodes a string to a byte array. |
byte[] |
CharacterDecoder.decode(String codedString)
decodes a string to a byte array. |
byte[] |
Char3in4Decoder.decode(byte[] byteArray)
decodes a coded string's byte array to an uncoded byte array. |
byte[] |
Char3in4Decoder.decode(String codedString)
decodes a string to a byte array. |
byte |
ByteHexDecoder.hex2byte(String hex)
decodes a two-digit hex String into a single byte Supported API: false |
byte[] |
ByteHexDecoder.decode(String codedString)
decodes a string to a byte array. |
Uses of XMLMechanismException in wt.xml |
Methods in wt.xml that throw XMLMechanismException | |
static XMLSchema |
XMLSchema.newXMLSchema(String fullyQualifiedSchemaTypeClassName)
Supported API: false |
static WTIntrospectorToDOMDocumentGenerator |
WTIntrospectorToDOMDocumentGenerator.newWTIntrospectorToDOMDocumentGenerator()
Supported API: false |
Document |
WTIntrospectorToDOMDocumentGenerator.createDOMDocument(String fullyQualifiedPersistableTypeClassName)
Creates a new skeletal DOM Document object given the fully qualified name of the persistable type for which a skeletal DOM Document should be created. |
XMLSchemaInfo |
WTIntrospectorToDOMDocumentGenerator.createXMLSchemaInfo(String fullyQualifiedPersistableTypeClassName)
Creates an XMLSchemaInfo object complete with introspection information for the creation of a DOM Document object. |
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. |
Document |
WTIntrospectorToDOMDocumentGenerator.createDOMDocument()
Creates a new DOM Document object with a Document element and no other children. |
static DOMDocumentGenerator |
DOMDocumentGenerator.newDOMDocumentGenerator(String fullyQualifiedClassName)
Supported API: false |
abstract Document |
DOMDocumentGenerator.createDOMDocument(String fullyQualifiedPersistableTypeClassName)
Supported API: false |
abstract XMLSchemaInfo |
DOMDocumentGenerator.createXMLSchemaInfo(String fullyQualifiedPersistableTypeClassName)
Supported API: false |
abstract Document |
DOMDocumentGenerator.createDOMDocument(XMLSchemaInfo theXMLSchemaInfo)
Supported API: false |
abstract Document |
DOMDocumentGenerator.createDOMDocument()
Supported API: false |
void |
DOMComponents.documentBegin()
Initializes a new instance of org.w3c.dom.Document. |
Uses of XMLMechanismException in wt.xml.io |
Methods in wt.xml.io that throw XMLMechanismException | |
abstract void |
DOMTreeEncoderCallback.initialize(Persistable persistableObject)
Sets the object to be examined by the callback for additional exernalization not handled by the object's writeExternal() method, and
does some internal bookkeeping to prepare the callback to have its
getNextElement() method invoked. |
protected Element |
DOMTreeEncoderCallback.getElement(Persistable obj)
Gets a new DOMTreeEncoder and passes it to the writeExternal()
method of the Persistable argument. |
abstract Element |
DOMTreeEncoderCallback.getNextElement()
Gets the next tree returned by the appropriate call of getElement() . |
abstract void |
DOMTreeDecoderCallback.initialize()
Sets the object to be examined by the callback for additional internalization not handled by the object's readExternal() method, and
may do some internal bookkeeping to allow the callback to handle things
like linking other objects to the main persistable object, etc. |
protected void |
DOMTreeDecoderCallback.setElement(Persistable obj,
Element tree)
Gets a new DOMTreeDecoder , gives it the tree, and passes
it to the readExternal() method of the Persistable
argument. |
abstract void |
DOMTreeDecoderCallback.setNextElement(Element tree)
Gives the tree and an instance of the Persistable to
be created from the tree to the appropriate setElement() method. |
void |
CompositeDOMTreeEncoderCallback.initialize(Persistable persistableObject)
Sets the object to be examined by the callback for additional exernalization not handled by the object's writeExternal() method, and
does some internal bookkeeping to prepare the callback to have its
getNextElement() method invoked. |
Element |
CompositeDOMTreeEncoderCallback.getNextElement()
Gets the next tree returned by the appropriate callback's getElement()
method. |
void |
CompositeDOMTreeDecoderCallback.initialize()
Sets the object to be examined by the callback for additional internalization not handled by the object's readExternal() method, and
may do some internal bookkeeping to allow the callback to handle things
like linking other objects to the main persistable object, etc. |
void |
CompositeDOMTreeDecoderCallback.setNextElement(Element tree)
Gives the tree and an instance of the appropriate Persistable
to the appropriate callback's setElement() method. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |