IXML API

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.

o ixmlPrintDocument
Renders a Node and all sub-elements into an XML document representation.
o ixmlPrintNode
Renders a Node and all sub-elements into an XML text representation.
o ixmlDocumenttoString
Renders a Node and all sub-elements into an XML document representation.
o ixmlNodetoString
Renders a Node and all sub-elements into an XML text representation.
o ixmlRelaxParser
Makes the XML parser more tolerant to malformed text.
o ixmlParseBuffer
Parses an XML text buffer converting it into an IXML DOM representation.
o ixmlParseBufferEx
Parses an XML text buffer converting it into an IXML DOM representation.
o ixmlLoadDocument
Parses an XML text file converting it into an IXML DOM representation.
o ixmlLoadDocumentEx
Parses an XML text file converting it into an IXML DOM representation.
o ixmlCloneDOMString
Clones an existing DOMString.
o ixmlFreeDOMString
Frees a DOMString.

Alphabetic index



This page was generated with the help of DOC++.