<p>The <code><aclass="el"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations that are indep...">DOMImplementation</a></code> interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
<trclass="memdesc:adb51fef562d70ff4a1097f3a238cfb17"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Test if the DOM implementation implements a specific feature. <ahref="#adb51fef562d70ff4a1097f3a238cfb17">More...</a><br/></td></tr>
<trclass="memdesc:aa2abedbb67e6a04194a778cce3f55740"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Creates an empty <code><aclass="el"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...">DOMDocumentType</a></code> node. <ahref="#aa2abedbb67e6a04194a778cce3f55740">More...</a><br/></td></tr>
<trclass="memdesc:a37e8c9e3df6dd6a2bcdf80bb196e70d3"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Creates a <aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a> object of the specified type with its document element. <ahref="#a37e8c9e3df6dd6a2bcdf80bb196e70d3">More...</a><br/></td></tr>
<trclass="memdesc:ae3fa6fe6d8c0df796c2a0bb50e349227"><tdclass="mdescLeft"> </td><tdclass="mdescRight">This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in DOM Features. <ahref="#ae3fa6fe6d8c0df796c2a0bb50e349227">More...</a><br/></td></tr>
<trclass="inherit_header pub_methods_classxercesc_1_1DOMImplementationLS"><tdcolspan="2"onclick="javascript:toggleInherit('pub_methods_classxercesc_1_1DOMImplementationLS')"><imgsrc="closed.png"alt="-"/> Public Member Functions inherited from <aclass="el"href="classxercesc_1_1DOMImplementationLS.html">xercesc::DOMImplementationLS</a></td></tr>
<trclass="memdesc:ad7467ccb184ee5c872aaa128ab1813f6 inherit pub_methods_classxercesc_1_1DOMImplementationLS"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Create a new <aclass="el"href="classxercesc_1_1DOMLSParser.html"title="DOMLSParser provides an API for parsing XML documents and building the corresponding DOM document tre...">DOMLSParser</a>. <ahref="#ad7467ccb184ee5c872aaa128ab1813f6">More...</a><br/></td></tr>
<trclass="memdesc:a0b286df61cc379ac08e2b0dc26e3e377 inherit pub_methods_classxercesc_1_1DOMImplementationLS"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Create a new <aclass="el"href="classxercesc_1_1DOMLSSerializer.html">DOMLSSerializer</a>. <ahref="#a0b286df61cc379ac08e2b0dc26e3e377">More...</a><br/></td></tr>
<trclass="memdesc:a421f93566308746c5989b580d68ce334 inherit pub_methods_classxercesc_1_1DOMImplementationLS"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Create a new "empty" <aclass="el"href="classxercesc_1_1DOMLSInput.html"title="This interface represents a single input source for an XML entity. ">DOMLSInput</a>. <ahref="#a421f93566308746c5989b580d68ce334">More...</a><br/></td></tr>
<trclass="memdesc:a89e6984422660f1859d61d04ed9e575e inherit pub_methods_classxercesc_1_1DOMImplementationLS"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Create a new "empty" LSOutput. <ahref="#a89e6984422660f1859d61d04ed9e575e">More...</a><br/></td></tr>
<trclass="inherit_header pro_methods_classxercesc_1_1DOMImplementationLS"><tdcolspan="2"onclick="javascript:toggleInherit('pro_methods_classxercesc_1_1DOMImplementationLS')"><imgsrc="closed.png"alt="-"/> Protected Member Functions inherited from <aclass="el"href="classxercesc_1_1DOMImplementationLS.html">xercesc::DOMImplementationLS</a></td></tr>
<trclass="memdesc:ab7f31ef8fccf4f6f0d67e576e6243dc2"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Create a synchronous or an asynchronous <code><aclass="el"href="classxercesc_1_1DOMLSParser.html"title="DOMLSParser provides an API for parsing XML documents and building the corresponding DOM document tre...">DOMLSParser</a></code>. <ahref="classxercesc_1_1DOMImplementationLS.html#ab7f31ef8fccf4f6f0d67e576e6243dc2">More...</a><br/></td></tr>
<divclass="textblock"><p>The <code><aclass="el"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations that are indep...">DOMImplementation</a></code> interface provides a number of methods for performing operations that are independent of any particular instance of the document object model. </p>
</div><h2class="groupheader">Constructor & Destructor Documentation</h2>
<p>Creates a <aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a> object of the specified type with its document element. </p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramname">namespaceURI</td><td>The namespace URI of the document element to create. </td></tr>
<tr><tdclass="paramname">qualifiedName</td><td>The qualified name of the document element to be created. </td></tr>
<tr><tdclass="paramname">doctype</td><td>The type of document to be created or <code>null</code>. When <code>doctype</code> is not <code>null</code>, its <code>ownerDocument</code> attribute is set to the document being created. </td></tr>
<tr><tdclass="paramname">manager</td><td>Pointer to the memory manager to be used to allocate objects. </td></tr>
<dlclass="section return"><dt>Returns</dt><dd>A new <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> object. </dd></dl>
<dlclass="exception"><dt>Exceptions</dt><dd>
<tableclass="exception">
<tr><tdclass="paramname"><aclass="el"href="classxercesc_1_1DOMException.html">DOMException</a></td><td>INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal character. <br/>
NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is malformed, if the <code>qualifiedName</code> has a prefix and the <code>namespaceURI</code> is <code>null</code>, or if the <code>qualifiedName</code> has a prefix that is "xml" and the <code>namespaceURI</code> is different from "
http://www.w3.org/XML/1998/namespace" , or if the DOM implementation does not support the <code>"XML"</code> feature but a non-null namespace URI was provided, since namespaces were defined by XML. <br/>
WRONG_DOCUMENT_ERR: Raised if <code>doctype</code> has already been used with a different document or was created from a different implementation. <br/>
NOT_SUPPORTED_ERR: May be raised by DOM implementations which do not support the "XML" feature, if they choose not to support this method. Other features introduced in the future, by the DOM WG or in extensions defined by other groups, may also demand support for this method; please consult the definition of the feature to see if it requires this method. </td></tr>
<p>Creates an empty <code><aclass="el"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...">DOMDocumentType</a></code> node. </p>
<p>Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur. It is expected that a future version of the DOM will provide a way for populating a <code><aclass="el"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...">DOMDocumentType</a></code>. </p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramname">qualifiedName</td><td>The qualified name of the document type to be created. </td></tr>
<tr><tdclass="paramname">publicId</td><td>The external subset public identifier. </td></tr>
<tr><tdclass="paramname">systemId</td><td>The external subset system identifier. </td></tr>
<dlclass="section return"><dt>Returns</dt><dd>A new <code><aclass="el"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...">DOMDocumentType</a></code> node with <code>ownerDocument</code> set to <code>null</code>. </dd></dl>
<dlclass="exception"><dt>Exceptions</dt><dd>
<tableclass="exception">
<tr><tdclass="paramname"><aclass="el"href="classxercesc_1_1DOMException.html">DOMException</a></td><td>INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal character. <br/>
NOT_SUPPORTED_ERR: May be raised by DOM implementations which do not support the <code>"XML"</code> feature, if they choose not to support this method. Other features introduced in the future, by the DOM WG or in extensions defined by other groups, may also demand support for this method; please consult the definition of the feature to see if it requires this method. </td></tr>
<p>This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in DOM Features. </p>
<p>This method also allow the implementation to provide specialized objects which do not support the <code><aclass="el"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations that are indep...">DOMImplementation</a></code> interface.</p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramname">feature</td><td>The name of the feature requested (case-insensitive). Note that any plus sign "+" prepended to the name of the feature will be ignored since it is not significant in the context of this method. </td></tr>
<tr><tdclass="paramname">version</td><td>This is the version number of the feature to test. </td></tr>
<dlclass="section return"><dt>Returns</dt><dd>Returns an object which implements the specialized APIs of the specified feature and version, if any, or null if there is no object which implements interfaces associated with that feature. </dd></dl>
<p>Factory method for getting a <aclass="el"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations that are indep...">DOMImplementation</a> object. The DOM implementation retains ownership of the returned object. Application code should NOT delete it. </p>
<tr><tdclass="paramname">feature</td><td>The name of the feature to test (case-insensitive). The values used by DOM features are defined throughout the DOM Level 2 specifications and listed in the section. The name must be an XML name. To avoid possible conflicts, as a convention, names referring to features defined outside the DOM specification should be made unique. </td></tr>
<tr><tdclass="paramname">version</td><td>This is the version number of the feature to test. In Level 2, the string can be either "2.0" or "1.0". If the version is not specified, supporting any version of the feature causes the method to return <code>true</code>. </td></tr>
<dlclass="section return"><dt>Returns</dt><dd><code>true</code> if the feature is implemented in the specified version, <code>false</code> otherwise. </dd></dl>
<tr><tdclass="paramname">msgToLoad</td><td>The DOM ExceptionCode id to be processed </td></tr>
<tr><tdclass="paramname">toFill</td><td>The buffer that will hold the output on return. The size of this buffer should at least be 'maxChars + 1'. </td></tr>
<tr><tdclass="paramname">maxChars</td><td>The maximum number of output characters that can be accepted. If the result will not fit, it is an error. </td></tr>