XML Support Routines
Go Up to API Categories Index
This topic lists all XML support routines and variables.
Routine | Description |
---|---|
Creates a new DOM node and returns its interface. | |
Lists all registered DOM Vendors. | |
Lists the DOM vendors maintained by this TDOMVendorList object. | |
Returns the XML string that represents a TDateTime value. | |
Returns an Soap.XSBuiltIns.TXSDateTime object that encodes a TDateTime value. | |
Identifies the DOM implementation that is used by default. | |
Strips the namespace prefix, if present, from the tag name of an XML node. | |
Returns the namespace prefix of an XML node's tag name. | |
Formats a string of XML so that it is more readable. | |
Returns the top-level DOM interface for a registered DOM implementation. | |
Returns the TDOMVendor object for a specified DOM vendor. | |
Indicates whether an XML tag name includes a namespace prefix. | |
Creates and returns the interface of an XML document object, given a string of XML. | |
Returns the interface for an XML document, given the name of an XML file. | |
Assembles a full tag name from a local name and namespace prefix. | |
Returns the interface for a new, empty XML document. | |
Indicates whether a specified node matches a given namespace and tag name. | |
Registers an implementation of the DOM interfaces so that it is available to the TXMLDocument class. | |
Indicates whether a specified node is defined within a specified namespace. | |
Unregisters a DOM implementation that was registered using Xml.xmldom.RegisterDOMVendor. | |
Raises an Xml.XMLDoc.XMLDocError exception. | |
Returns a TDateTime value to represent an XML date/time value. | |
Indicates whether to prohibit DTD processing. |