The IXML API contains utility functions that are not part of the standard
DOM interfaces. They include functions to create a DOM structure from a
file or buffer, create an XML file from a DOM structure, and manipulate
DOMString objects.
-
ixmlPrintDocument
- Renders a Node and all sub-elements into an XML document representation.
-
ixmlPrintNode
- Renders a Node and all sub-elements into an XML text representation.
-
ixmlDocumenttoString
- Renders a Node and all sub-elements into an XML document representation.
-
ixmlNodetoString
- Renders a Node and all sub-elements into an XML text representation.
-
ixmlRelaxParser
- Makes the XML parser more tolerant to malformed text.
-
ixmlParseBuffer
- Parses an XML text buffer converting it into an IXML DOM representation.
-
ixmlParseBufferEx
- Parses an XML text buffer converting it into an IXML DOM representation.
-
ixmlLoadDocument
- Parses an XML text file converting it into an IXML DOM representation.
-
ixmlLoadDocumentEx
- Parses an XML text file converting it into an IXML DOM representation.
-
ixmlCloneDOMString
- Clones an existing DOMString.
-
ixmlFreeDOMString
- Frees a DOMString.
Alphabetic index
This page was generated with the help of DOC++.