createDocument() |
core |
method |
Creates and XML document. |
createDocumentType() |
core |
method |
Creates and empty documentType node. |
createExpression() |
XPath |
method |
Creates a new XPath expression. |
createNSResolver() |
XPath |
method |
Creates a new XPathNSResolver object. |
createLSInput() |
load and save |
method |
Creates a new load / save input object for parsing. |
createLSOutput() |
load and save |
method |
Creates a new load / save output object for parsing. |
createLSParser() |
load and save |
method |
Creates a new load / save parser. |
createLSSerializer() |
load and save |
method |
Creates a new load / save XML serializer. |
DOMparser() |
DOMParser |
object |
Object representing an XML document to be parsed into a DOM. |
evaluate() |
XPath |
method |
Evaluates an XPath expression. |
hasFeature() |
core |
method |
Checks if a DOM implementation has a specific feature. |
importStylesheet() |
XSLTProcessor |
method |
Import style sheet file to a XSLTProcessor object. |
MODE_ASYNCHRONOUS |
load and save |
mode |
States that load / save parsing mode is asynchronous. |
MODE_SYNCHRONOUS |
load and save |
mode |
States that load / save parsing mode is synchronous. |
parserFromString() |
DOMParser |
method |
Method of the DOMparser() object that parses an XML content represented as a string. |
serializeToString() |
XMLSerializer |
method |
Method of the XMLSerializer() object that serializes a DOM document. |
transformNode() |
XSLTProcessor |
method |
Used in IE to transform an XML to a DOM / HTML document. |
transformToDocument() |
XSLTProcessor |
method |
Transform an XML to a DOM / HTML document. |
transformToFragment() |
XSLTProcessor |
method |
Transform an XML to a document fragment. |
XMLSerializer() |
XMLSerializer |
object |
Object representing a DOM document to be converted into an XML string.. |
XPathEvaluator |
XPath |
object |
Evaluates XPath expressions within specific context. |
XPathNSResolver |
XPath |
object |
Object representing the namespace of the node. |
XPathResult |
XPath |
object |
Specifies the XPath expressions results. |
XSLTProcessor |
XSLTProcessor |
object |
Object used for transforming an XML document into a HTML or other readable formats. |
Comments
No comments have been made yet.
Please login to leave a comment. Login now