Xmldom
Contents |
Delphi Information
Array
| TDOMVendorArray |
Class
| DOMException | |
| EDOMParseError |
EDOMParseError is the exception class for errors that occur when a DOM implementation parses an XML document. |
| TDOMVendor |
TDOMVendor is the base class for components that provide access to a DOM implementation. |
| TDOMVendorList |
TDOMVendorList represents a collection of available DOM implementations. |
Const
| Constants |
Function
| DOMVendorNotSupported | |
| ExtractLocalName |
Strips the namespace prefix, if present, from the tag name of an XML node. |
| ExtractPrefix |
Returns the namespace prefix of an XML node's tag name. |
| GetDOM |
Returns the top-level DOM interface for a registered DOM implementation. |
| GetDOMNodeEx | |
| GetDOMVendor |
Returns the TDOMVendor object for a specified DOM vendor. |
| IsPrefixed |
Indicates whether an XML tag name includes a namespace prefix. |
| MakeNodeName |
Assembles a full tag name from a local name and namespace prefix. |
| NodeMatches |
Indicates whether a specified node matches a given namespace and tag name. |
| RegisterDOMVendor |
Registers an implementation of the DOM interfaces so that it is available to the TXMLDocument class. |
| SameNamespace |
Indicates whether a specified node is defined within a specified namespace. |
| UnRegisterDOMVendor |
Unregisters a DOM implementation that was registered using RegisterDOMVendor . |
Interface
| IDOMAttr | |
| IDOMCDATASection | |
| IDOMCharacterData | |
| IDOMComment | |
| IDOMDocument |
The IDOMDocument class provides a means to view and manipulate the nodes in the entire XML document. |
| IDOMDocumentFragment | |
| IDOMDocumentType | |
| IDOMElement | |
| IDOMEntity | |
| IDOMEntityReference | |
| IDOMImplementation | |
| IDOMNamedNodeMap | |
| IDOMNode |
IDOMNode is the DOM interface for a node in an XML document. |
| IDOMNodeEx | |
| IDOMNodeList | |
| IDOMNodeSelect | |
| IDOMNotation | |
| IDOMParseError | |
| IDOMParseOptions |
IDOMParseOptions exposes methods to be used in order to specify parsing options for an XML document. |
| IDOMPersist |
IDOMPersist is the interface used for loading and saving XML documents. |
| IDOMProcessingInstruction | |
| IDOMText | |
| IDOMXMLProlog | |
| IDOMXSLProcessor |
Type
| DOMNodeType |
DOMNodeType indicates the type of a node in an XML document, as parsed by a DOM parser. |
| DOMString |
DOMString is the type for strings that are used by a DOM parser. |
| DOMTimeStamp |
Variable
| DOMVendors |
Lists all registered DOM Vendors. |
| DefaultDOMVendor |
Identifies the DOM implementation that is used by default. |
C++ Information
Class
| DOMException | |
| EDOMParseError |
EDOMParseError is the exception class for errors that occur when a DOM implementation parses an XML document. |
| IDOMAttr | |
| IDOMCDATASection | |
| IDOMCharacterData | |
| IDOMComment | |
| IDOMDocument |
The IDOMDocument class provides a means to view and manipulate the nodes in the entire XML document. |
| IDOMDocumentFragment | |
| IDOMDocumentType | |
| IDOMElement | |
| IDOMEntity | |
| IDOMEntityReference | |
| IDOMImplementation | |
| IDOMNamedNodeMap | |
| IDOMNode |
IDOMNode is the DOM interface for a node in an XML document. |
| IDOMNodeEx | |
| IDOMNodeList | |
| IDOMNodeSelect | |
| IDOMNotation | |
| IDOMParseError | |
| IDOMParseOptions |
IDOMParseOptions exposes methods to be used in order to specify parsing options for an XML document. |
| IDOMPersist |
IDOMPersist is the interface used for loading and saving XML documents. |
| IDOMProcessingInstruction | |
| IDOMText | |
| IDOMXMLProlog | |
| IDOMXSLProcessor | |
| TDOMVendor |
TDOMVendor is the base class for components that provide access to a DOM implementation. |
| TDOMVendorList |
TDOMVendorList represents a collection of available DOM implementations. |
Function
| DOMVendorNotSupported | |
| ExtractLocalName |
Strips the namespace prefix, if present, from the tag name of an XML node. |
| ExtractPrefix |
Returns the namespace prefix of an XML node's tag name. |
| GetDOM |
Returns the top-level DOM interface for a registered DOM implementation. |
| GetDOMNodeEx | |
| GetDOMVendor |
Returns the TDOMVendor object for a specified DOM vendor. |
| IsPrefixed |
Indicates whether an XML tag name includes a namespace prefix. |
| MakeNodeName |
Assembles a full tag name from a local name and namespace prefix. |
| NodeMatches |
Indicates whether a specified node matches a given namespace and tag name. |
| RegisterDOMVendor |
Registers an implementation of the DOM interfaces so that it is available to the TXMLDocument class. |
| SameNamespace |
Indicates whether a specified node is defined within a specified namespace. |
| UnRegisterDOMVendor |
Unregisters a DOM implementation that was registered using RegisterDOMVendor . |
Typedef
Variable
| DOMVendors |
Lists all registered DOM Vendors. |
| DefaultDOMVendor |
Identifies the DOM implementation that is used by default. |