Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The following table shows the XML DOM objects/interfaces, with a description of the purpose of each.
Programming element | Description |
---|---|
Represents an attribute of the IXMLDOMElement. |
|
Used to quote or escape blocks of text to keep that text from being interpreted as markup language. |
|
Provides text manipulation methods that are used by several objects. |
|
Represents the content of an XML comment. |
|
Represents the top level of the XML source. |
|
An extension of DOMDocumentthat supports schema caching and validation features, and switching on XML Path Language (XPath) support. |
|
A lightweight object that is useful for tree insert operations. |
|
Contains information associated with the document type declaration. |
|
Represents the element object. |
|
Represents a parsed or unparsed entity in the XML document. |
|
Represents an entity reference node. |
|
Provides methods that are independent of any particular instance of the Document Object Model (DOM). |
|
Adds support for namespaces and iteration through the collection of attribute nodes. |
|
Extends the core node with support for data types, namespaces, document type definitions (DTDs), and schemas. |
|
Supports iteration through the live collection, in addition to indexed access. |
|
Contains a notation declared in the document type definition (DTD) or schema. |
|
Returns detailed information about the last parse error, including the error number, line number, character position, and a text description. |
|
Represents a processing instruction, which XML defines to keep processor-specific information in the text of the document. |
|
Used by the schemasand namespacesproperties on IXMLDOMDocument2. |
|
Represents the list of nodes that match a given XSL Pattern or XML Path Language (XPath) expression. |
|
Represents the text content of an element or attribute. |