<areashape="rect"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations..."alt=""coords="13,81,208,105"></map>
<tr><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...">DOMLSParser</a></code>. <ahref="classxercesc_1_1DOMImplementationLS.html#b7f31ef8fccf4f6f0d67e576e6243dc2">More...</a><br></td></tr>
<tr><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...">DOMLSParser</a>. <ahref="#d7467ccb184ee5c872aaa128ab1813f6"></a><br></td></tr>
<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Create a new <aclass="el"href="classxercesc_1_1DOMLSSerializer.html">DOMLSSerializer</a>. <ahref="#0b286df61cc379ac08e2b0dc26e3e377"></a><br></td></tr>
<tr><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="#421f93566308746c5989b580d68ce334"></a><br></td></tr>
<code><aclass="el"href="classxercesc_1_1DOMImplementationLS.html">DOMImplementationLS</a></code> contains the factory methods for creating Load and Save objects.<p>
An object that implements <aclass="el"href="classxercesc_1_1DOMImplementationLS.html">DOMImplementationLS</a> is obtained by doing a binding specific cast from <aclass="el"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations...">DOMImplementation</a> to <aclass="el"href="classxercesc_1_1DOMImplementationLS.html">DOMImplementationLS</a>. Implementations supporting the Load and Save feature must implement the <aclass="el"href="classxercesc_1_1DOMImplementationLS.html">DOMImplementationLS</a> interface on whatever object implements the <aclass="el"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations...">DOMImplementation</a> interface.<p>
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...">DOMLSParser</a></code>.
Create a new <aclass="el"href="classxercesc_1_1DOMLSParser.html"title="DOMLSParser provides an API for parsing XML documents and building the corresponding...">DOMLSParser</a>.
The newly constructed parser may then be configured by means of its <aclass="el"href="classxercesc_1_1DOMConfiguration.html"title="The DOMConfiguration interface represents the configuration of a document and maintains...">DOMConfiguration</a> object, and used to parse documents by means of its parse method.<p>
<tr><tdvalign="top"></td><tdvalign="top"><em>mode</em> </td><td>The mode argument is either <code>MODE_SYNCHRONOUS</code> or <code>MODE_ASYNCHRONOUS</code>, if mode is <code>MODE_SYNCHRONOUS</code> then the <code><aclass="el"href="classxercesc_1_1DOMLSParser.html"title="DOMLSParser provides an API for parsing XML documents and building the corresponding...">DOMLSParser</a></code> that is created will operate in synchronous mode, if it's <code>MODE_ASYNCHRONOUS</code> then the <code><aclass="el"href="classxercesc_1_1DOMLSParser.html"title="DOMLSParser provides an API for parsing XML documents and building the corresponding...">DOMLSParser</a></code> that is created will operate in asynchronous mode. </td></tr>
<tr><tdvalign="top"></td><tdvalign="top"><em>schemaType</em> </td><td>An absolute URI representing the type of the schema language used during the load of a <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document.">DOMDocument</a></code> using the newly created <code><aclass="el"href="classxercesc_1_1DOMLSParser.html"title="DOMLSParser provides an API for parsing XML documents and building the corresponding...">DOMLSParser</a></code>. Note that no lexical checking is done on the absolute URI. In order to create a <code><aclass="el"href="classxercesc_1_1DOMLSParser.html"title="DOMLSParser provides an API for parsing XML documents and building the corresponding...">DOMLSParser</a></code> for any kind of schema types (i.e. the <code><aclass="el"href="classxercesc_1_1DOMLSParser.html"title="DOMLSParser provides an API for parsing XML documents and building the corresponding...">DOMLSParser</a></code> will be free to use any schema found), use the value <code>NULL</code>. <b>Note</b>: For W3C XML Schema [XML Schema Part 1], applications must use the value "http://www.w3.org/2001/XMLSchema". For XML DTD [XML 1.0], applications must use the value "http://www.w3.org/TR/REC-xml". Other Schema languages are outside the scope of the W3C and therefore should recommend an absolute URI in order to use this method. </td></tr>
<dlclass="return"compact><dt><b>Returns:</b></dt><dd>The newly created <code><aclass="el"href="classxercesc_1_1DOMLSParser.html"title="DOMLSParser provides an API for parsing XML documents and building the corresponding...">DOMLSParser</a></code> object. This <code><aclass="el"href="classxercesc_1_1DOMLSParser.html"title="DOMLSParser provides an API for parsing XML documents and building the corresponding...">DOMLSParser</a></code> is either synchronous or asynchronous depending on the value of the <code>mode</code> argument. </dd></dl>
<tr><tdvalign="top"></td><tdvalign="top"><em><aclass="el"href="classxercesc_1_1DOMException.html">DOMException</a></em> </td><td>NOT_SUPPORTED_ERR: Raised if the requested mode or schema type is not supported.</td></tr>
<dlclass="see"compact><dt><b>See also:</b></dt><dd><aclass="el"href="classxercesc_1_1DOMLSParser.html"title="DOMLSParser provides an API for parsing XML documents and building the corresponding...">DOMLSParser</a></dd></dl>
<aclass="el"href="classxercesc_1_1DOMLSSerializer.html">DOMLSSerializer</a> is used to serialize a DOM tree back into an XML document.<p>
<dlclass="return"compact><dt><b>Returns:</b></dt><dd>The newly created <code><aclass="el"href="classxercesc_1_1DOMLSSerializer.html">DOMLSSerializer</a></code> object.</dd></dl>
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>.
<dlclass="return"compact><dt><b>Returns:</b></dt><dd>The newly created <code><aclass="el"href="classxercesc_1_1DOMLSInput.html"title="This interface represents a single input source for an XML entity.">DOMLSInput</a></code> object.</dd></dl>
<dlclass="see"compact><dt><b>See also:</b></dt><dd><aclass="el"href="classxercesc_1_1DOMLSInput.html"title="This interface represents a single input source for an XML entity.">DOMLSInput</a></dd></dl>