<trclass="memdesc:ae8ff867429d01bf3b1bee3ecbf6e2a07"><tdclass="mdescLeft"> </td><tdclass="mdescRight">String data to parse. <ahref="#ae8ff867429d01bf3b1bee3ecbf6e2a07">More...</a><br/></td></tr>
<trclass="memdesc:a15ccc28e3a8f3e04f3c7b081b97e60f5"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Returns the byte stream for this input source. <ahref="#a15ccc28e3a8f3e04f3c7b081b97e60f5">More...</a><br/></td></tr>
<trclass="memdesc:a14f7c3eb37ab6278917e2977c02a441f"><tdclass="mdescLeft"> </td><tdclass="mdescRight">An input source can be set to force the parser to assume a particular encoding for the data that input source reprsents, via the <aclass="el"href="classxercesc_1_1DOMLSInput.html#a21b3c92204b97d6a0aa984a3c2af819e"title="Set the encoding which will be required for use with the XML text read via a stream opened by this in...">setEncoding()</a> method. <ahref="#a14f7c3eb37ab6278917e2977c02a441f">More...</a><br/></td></tr>
<trclass="memdesc:ab9346cf3b82ddd7ff7717aad816868d4"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Get the public identifier for this input source. <ahref="#ab9346cf3b82ddd7ff7717aad816868d4">More...</a><br/></td></tr>
<trclass="memdesc:a0b7a5f2068fe810464f450b8fdd3283b"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Get the system identifier for this input source. <ahref="#a0b7a5f2068fe810464f450b8fdd3283b">More...</a><br/></td></tr>
<trclass="memdesc:a205eafad25448439f5247752d8d885ef"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Get the base URI to be used for resolving relative URIs to absolute URIs. <ahref="#a205eafad25448439f5247752d8d885ef">More...</a><br/></td></tr>
<trclass="memdesc:a6267db4bfc070b218e0c91636e0a3cd7"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Sets the UTF-16 string for this input source. <ahref="#a6267db4bfc070b218e0c91636e0a3cd7">More...</a><br/></td></tr>
<trclass="memdesc:ab49e94b2ac790cba40a3c6d45c3f6702"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Sets the byte stream for this input source. <ahref="#ab49e94b2ac790cba40a3c6d45c3f6702">More...</a><br/></td></tr>
<trclass="memdesc:a21b3c92204b97d6a0aa984a3c2af819e"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Set the encoding which will be required for use with the XML text read via a stream opened by this input source. <ahref="#a21b3c92204b97d6a0aa984a3c2af819e">More...</a><br/></td></tr>
<trclass="memdesc:a07506eff78dc0d3eabf55fdeb643f849"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Set the public identifier for this input source. <ahref="#a07506eff78dc0d3eabf55fdeb643f849">More...</a><br/></td></tr>
<trclass="memdesc:a966feb23f7b008577e3abb024b63dc00"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Set the system identifier for this input source. <ahref="#a966feb23f7b008577e3abb024b63dc00">More...</a><br/></td></tr>
<trclass="memdesc:a7c2062294a6b7dcd3711dd231165bfc9"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Set the base URI to be used for resolving relative URIs to absolute URIs. <ahref="#a7c2062294a6b7dcd3711dd231165bfc9">More...</a><br/></td></tr>
<trclass="memdesc:ab40e45478b4000e4eec6bb1bd01f78c0"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Indicates if the parser should issue fatal error if this input source is not found. <ahref="#ab40e45478b4000e4eec6bb1bd01f78c0">More...</a><br/></td></tr>
<trclass="memdesc:a91598914c01cd005aa67e64d1c7f7969"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Get the flag that indicates if the parser should issue fatal error if this input source is not found. <ahref="#a91598914c01cd005aa67e64d1c7f7969">More...</a><br/></td></tr>
<trclass="memdesc:a50a67426e3450a71bfdbb4b1f6fca8a7"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Called to indicate that this <aclass="el"href="classxercesc_1_1DOMLSInput.html"title="This interface represents a single input source for an XML entity. ">DOMLSInput</a> is no longer in use and that the implementation may relinquish any resources associated with it. <ahref="#a50a67426e3450a71bfdbb4b1f6fca8a7">More...</a><br/></td></tr>
<p>This interface allows an application to encapsulate information about an input source in a single object, which may include a public identifier, a system identifier, a byte stream (possibly with a specified encoding), and/or a character stream.</p>
<p>There are two places that the application will deliver this input source to the parser: as the argument to the parse method, or as the return value of the <aclass="el"href="classxercesc_1_1DOMLSResourceResolver.html#a870cdd90d3040cb3671330ab018831a3"title="Allow the application to resolve external resources. ">DOMLSResourceResolver.resolveResource</a> method.</p>
<p>The <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> will use the <aclass="el"href="classxercesc_1_1DOMLSInput.html"title="This interface represents a single input source for an XML entity. ">DOMLSInput</a> object to determine how to read XML input. If there is a character stream available, the parser will read that stream directly; if not, the parser will use a byte stream, if available; if neither a character stream nor a byte stream is available, the parser will attempt to open a URI connection to the resource identified by the system identifier.</p>
<p>A <aclass="el"href="classxercesc_1_1DOMLSInput.html"title="This interface represents a single input source for an XML entity. ">DOMLSInput</a> object belongs to the application: the parser shall never modify it in any way (it may modify a copy if necessary).</p>
<dlclass="section see"><dt>See Also</dt><dd><aclass="el"href="classxercesc_1_1DOMLSParser.html#a1c0b1c6bddfd8a318be22575e1c2b35a"title="Parse an XML document from a resource identified by a DOMLSInput. ">DOMLSParser::parse</a></dd>
<aclass="el"href="classxercesc_1_1DOMLSResourceResolver.html#a870cdd90d3040cb3671330ab018831a3"title="Allow the application to resolve external resources. ">DOMLSResourceResolver::resolveResource</a></dd></dl>
<dlclass="section return"><dt>Returns</dt><dd>The base URI. </dd></dl>
<dlclass="section see"><dt>See Also</dt><dd><aclass="el"href="classxercesc_1_1DOMLSInput.html#a7c2062294a6b7dcd3711dd231165bfc9"title="Set the base URI to be used for resolving relative URIs to absolute URIs. ">setBaseURI</a></dd></dl>
<p>An input source can be set to force the parser to assume a particular encoding for the data that input source reprsents, via the <aclass="el"href="classxercesc_1_1DOMLSInput.html#a21b3c92204b97d6a0aa984a3c2af819e"title="Set the encoding which will be required for use with the XML text read via a stream opened by this in...">setEncoding()</a> method. </p>
<dlclass="section return"><dt>Returns</dt><dd>The forced encoding, or null if none was supplied. </dd></dl>
<dlclass="section see"><dt>See Also</dt><dd><aclass="el"href="classxercesc_1_1DOMLSInput.html#a21b3c92204b97d6a0aa984a3c2af819e"title="Set the encoding which will be required for use with the XML text read via a stream opened by this in...">setEncoding</a></dd></dl>
<dlclass="section return"><dt>Returns</dt><dd>True if the parser should issue fatal error if this input source is not found. False if the parser issue warning message instead. </dd></dl>
<dlclass="section see"><dt>See Also</dt><dd><aclass="el"href="classxercesc_1_1DOMLSInput.html#ab40e45478b4000e4eec6bb1bd01f78c0"title="Indicates if the parser should issue fatal error if this input source is not found. ">setIssueFatalErrorIfNotFound</a></dd></dl>
<dlclass="section return"><dt>Returns</dt><dd>The public identifier, or null if none was supplied. </dd></dl>
<dlclass="section see"><dt>See Also</dt><dd><aclass="el"href="classxercesc_1_1DOMLSInput.html#a07506eff78dc0d3eabf55fdeb643f849"title="Set the public identifier for this input source. ">setPublicId</a></dd></dl>
<p>If provided, this will always be treated as a sequence of 16-bit units (UTF-16 encoded characters). It is not a requirement to have an XML declaration when using stringData. If an XML declaration is present, the value of the encoding attribute will be ignored. </p>
<dlclass="section return"><dt>Returns</dt><dd>The system identifier. </dd></dl>
<dlclass="section see"><dt>See Also</dt><dd><aclass="el"href="classxercesc_1_1DOMLSInput.html#a966feb23f7b008577e3abb024b63dc00"title="Set the system identifier for this input source. ">setSystemId</a></dd></dl>
<p>Called to indicate that this <aclass="el"href="classxercesc_1_1DOMLSInput.html"title="This interface represents a single input source for an XML entity. ">DOMLSInput</a> is no longer in use and that the implementation may relinquish any resources associated with it. </p>
<dlclass="section see"><dt>See Also</dt><dd><aclass="el"href="classxercesc_1_1DOMLSInput.html#a205eafad25448439f5247752d8d885ef"title="Get the base URI to be used for resolving relative URIs to absolute URIs. ">getBaseURI</a></dd></dl>
<p>Set the encoding which will be required for use with the XML text read via a stream opened by this input source. </p>
<p>This is usually not set, allowing the encoding to be sensed in the usual XML way. However, in some cases, the encoding in the file is known to be incorrect because of intermediate transcoding, for instance encapsulation within a MIME document.</p>
<tr><tdclass="paramname">flag</td><td>True if the parser should issue fatal error if this input source is not found. If set to false, the parser issue warning message instead. (Default: true)</td></tr>
<dlclass="section see"><dt>See Also</dt><dd><aclass="el"href="classxercesc_1_1DOMLSInput.html#a91598914c01cd005aa67e64d1c7f7969"title="Get the flag that indicates if the parser should issue fatal error if this input source is not found...">getIssueFatalErrorIfNotFound</a></dd></dl>
<dlclass="section see"><dt>See Also</dt><dd><aclass="el"href="classxercesc_1_1DOMLSInput.html#ab9346cf3b82ddd7ff7717aad816868d4"title="Get the public identifier for this input source. ">getPublicId</a></dd></dl>
<p>Set the system identifier for this input source. </p>
<p>The system id is always required. The public id may be used to map to another system id, but the system id must always be present as a fall back.</p>
<p>If the system ID is a URL, it must be fully resolved.</p>
<dlclass="section see"><dt>See Also</dt><dd><aclass="el"href="classxercesc_1_1DOMLSInput.html#a0b7a5f2068fe810464f450b8fdd3283b"title="Get the system identifier for this input source. ">getSystemId</a></dd></dl>