XQuilla/docs/dom3-api/classxercesc_1_1DOMEntity.html

425 lines
22 KiB
HTML
Raw Normal View History

2020-02-17 21:05:20 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
2020-02-17 21:11:31 +00:00
<title>XQilla DOM3 API Documentation</title>
2020-02-17 21:05:20 +00:00
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
2020-02-17 21:11:31 +00:00
<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
2020-02-17 21:10:06 +00:00
<!-- Generated by Doxygen 1.5.1 -->
2020-02-17 21:05:20 +00:00
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li id="current"><a href="classes.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="namespacexercesc.html">xercesc</a>::<a class="el" href="classxercesc_1_1DOMEntity.html">DOMEntity</a></div>
<h1>xercesc::DOMEntity Class Reference</h1><!-- doxytag: class="xercesc::DOMEntity" --><!-- doxytag: inherits="xercesc::DOMNode" -->This interface represents an entity, either parsed or unparsed, in an XML document.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="DOMEntity_8hpp-source.html">DOMEntity.hpp</a>&gt;</code>
<p>
Inheritance diagram for xercesc::DOMEntity:<p><center><img src="classxercesc_1_1DOMEntity__inherit__graph.png" border="0" usemap="#xercesc_1_1DOMEntity__inherit__map" alt="Inheritance graph"></center>
<map name="xercesc_1_1DOMEntity__inherit__map">
2020-02-17 21:10:06 +00:00
<area href="classxercesc_1_1DOMNode.html" shape="rect" coords="8,7,157,31" alt="">
2020-02-17 21:05:20 +00:00
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classxercesc_1_1DOMEntity-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">Functions introduced in DOM Level 1</div></td></tr>
2020-02-17 21:10:06 +00:00
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const XMLCh *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMEntity.html#827cc73213d6f074968a08c9674f72b0">getPublicId</a> () const=0</td></tr>
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The public identifier associated with the entity, if specified. <a href="#827cc73213d6f074968a08c9674f72b0"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const XMLCh *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMEntity.html#b3a087adb6134da68c76625b72f343ba">getSystemId</a> () const=0</td></tr>
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The system identifier associated with the entity, if specified. <a href="#b3a087adb6134da68c76625b72f343ba"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const XMLCh *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMEntity.html#400706a07c549d2c8720ec64ebfdeaa3">getNotationName</a> () const=0</td></tr>
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">For unparsed entities, the name of the notation for the entity. <a href="#400706a07c549d2c8720ec64ebfdeaa3"></a><br></td></tr>
2020-02-17 21:05:20 +00:00
<tr><td colspan="2"><div class="groupHeader">Functions introduced in DOM Level 3.</div></td></tr>
2020-02-17 21:10:06 +00:00
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const XMLCh *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMEntity.html#d3dd73b90f1ff5c32ebb1062e16e5328">getActualEncoding</a> () const=0</td></tr>
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">An attribute specifying the actual encoding of this entity, when it is an external parsed entity. <a href="#d3dd73b90f1ff5c32ebb1062e16e5328"></a><br></td></tr>
2020-02-17 21:05:20 +00:00
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMEntity.html#07c47be22c18f6d2a00e1727edf22f04">setActualEncoding</a> (const XMLCh *actualEncoding)=0</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">An attribute specifying the actual encoding of this entity, when it is an external parsed entity. <a href="#07c47be22c18f6d2a00e1727edf22f04"></a><br></td></tr>
2020-02-17 21:10:06 +00:00
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const XMLCh *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMEntity.html#5063e5892a92efcd17d8c505a39d3966">getEncoding</a> () const=0</td></tr>
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity. <a href="#5063e5892a92efcd17d8c505a39d3966"></a><br></td></tr>
2020-02-17 21:05:20 +00:00
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMEntity.html#faf044aba94887c2bfb7039d5054b9e6">setEncoding</a> (const XMLCh *encoding)=0</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity. <a href="#faf044aba94887c2bfb7039d5054b9e6"></a><br></td></tr>
2020-02-17 21:10:06 +00:00
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const XMLCh *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMEntity.html#1959427596ead03450a264099114a6a4">getVersion</a> () const=0</td></tr>
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity. <a href="#1959427596ead03450a264099114a6a4"></a><br></td></tr>
2020-02-17 21:05:20 +00:00
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMEntity.html#117c92d4d99058dcf23bbb5a68a4a9e0">setVersion</a> (const XMLCh *version)=0</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity. <a href="#117c92d4d99058dcf23bbb5a68a4a9e0"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This interface represents an entity, either parsed or unparsed, in an XML document.
<p>
Note that this models the entity itself not the entity declaration. <code><a class="el" href="classxercesc_1_1DOMEntity.html">DOMEntity</a></code> declaration modeling has been left for a later Level of the DOM specification. <p>
The <code>nodeName</code> attribute that is inherited from <code><a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a></code> contains the name of the entity. <p>
An XML processor may choose to completely expand entities before the structure model is passed to the DOM; in this case there will be no <code><a class="el" href="classxercesc_1_1DOMEntityReference.html">DOMEntityReference</a></code> nodes in the document tree. <p>
XML does not mandate that a non-validating XML processor read and process entity declarations made in the external subset or declared in external parameter entities. This means that parsed entities declared in the external subset need not be expanded by some classes of applications, and that the replacement value of the entity may not be available. When the replacement value is available, the corresponding <code><a class="el" href="classxercesc_1_1DOMEntity.html">DOMEntity</a></code> node's child list represents the structure of that replacement text. Otherwise, the child list is empty. <p>
The DOM Level 2 does not support editing <code><a class="el" href="classxercesc_1_1DOMEntity.html">DOMEntity</a></code> nodes; if a user wants to make changes to the contents of an <code><a class="el" href="classxercesc_1_1DOMEntity.html">DOMEntity</a></code>, every related <code><a class="el" href="classxercesc_1_1DOMEntityReference.html">DOMEntityReference</a></code> node has to be replaced in the structure model by a clone of the <code><a class="el" href="classxercesc_1_1DOMEntity.html">DOMEntity</a></code>'s contents, and then the desired changes must be made to each of those clones instead. <code><a class="el" href="classxercesc_1_1DOMEntity.html">DOMEntity</a></code> nodes and all their descendants are readonly. <p>
An <code><a class="el" href="classxercesc_1_1DOMEntity.html">DOMEntity</a></code> node does not have any parent.If the entity contains an unbound namespace prefix, the <code>namespaceURI</code> of the corresponding node in the <code><a class="el" href="classxercesc_1_1DOMEntity.html">DOMEntity</a></code> node subtree is <code>null</code>. The same is true for <code><a class="el" href="classxercesc_1_1DOMEntityReference.html">DOMEntityReference</a></code> nodes that refer to this entity, when they are created using the <code>createEntityReference</code> method of the <code><a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a></code> interface. The DOM Level 2 does not support any mechanism to resolve namespace prefixes. <p>
See also the <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113">Document Object Model (DOM) Level 2 Core Specification</a>.<p>
2020-02-17 21:10:06 +00:00
<dl class="since" compact><dt><b>Since:</b></dt><dd>DOM Level 1 </dd></dl>
2020-02-17 21:05:20 +00:00
<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
2020-02-17 21:10:06 +00:00
<a class="anchor" name="3fef4d3039a481c496ebfa1a3cbccf0f"></a><!-- doxytag: member="xercesc::DOMEntity::DOMEntity" ref="3fef4d3039a481c496ebfa1a3cbccf0f" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:10:06 +00:00
<td class="memname">xercesc::DOMEntity::DOMEntity </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline, protected]</code></td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:10:06 +00:00
</div>
<div class="memdoc">
2020-02-17 21:05:20 +00:00
<p>
2020-02-17 21:10:06 +00:00
</div>
</div><p>
<a class="anchor" name="dc0c244c03464eb7a3a1717251d27a28"></a><!-- doxytag: member="xercesc::DOMEntity::DOMEntity" ref="dc0c244c03464eb7a3a1717251d27a28" args="(const DOMEntity &amp;other)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:10:06 +00:00
<td class="memname">xercesc::DOMEntity::DOMEntity </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classxercesc_1_1DOMEntity.html">DOMEntity</a> &amp;&nbsp;</td>
<td class="paramname"> <em>other</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline, protected]</code></td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:10:06 +00:00
</div>
<div class="memdoc">
2020-02-17 21:05:20 +00:00
<p>
2020-02-17 21:10:06 +00:00
</div>
</div><p>
<a class="anchor" name="389542c0d9ba055be62eef9c789ee909"></a><!-- doxytag: member="xercesc::DOMEntity::~DOMEntity" ref="389542c0d9ba055be62eef9c789ee909" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:10:06 +00:00
<td class="memname">virtual xercesc::DOMEntity::~DOMEntity </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline, virtual]</code></td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:10:06 +00:00
</div>
<div class="memdoc">
2020-02-17 21:05:20 +00:00
<p>
Destructor.
<p>
2020-02-17 21:10:06 +00:00
</div>
</div><p>
<a class="anchor" name="3fef4d3039a481c496ebfa1a3cbccf0f"></a><!-- doxytag: member="xercesc::DOMEntity::DOMEntity" ref="3fef4d3039a481c496ebfa1a3cbccf0f" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:10:06 +00:00
<td class="memname">xercesc::DOMEntity::DOMEntity </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline, protected]</code></td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:10:06 +00:00
</div>
<div class="memdoc">
2020-02-17 21:05:20 +00:00
<p>
2020-02-17 21:10:06 +00:00
</div>
</div><p>
<a class="anchor" name="dc0c244c03464eb7a3a1717251d27a28"></a><!-- doxytag: member="xercesc::DOMEntity::DOMEntity" ref="dc0c244c03464eb7a3a1717251d27a28" args="(const DOMEntity &amp;other)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:10:06 +00:00
<td class="memname">xercesc::DOMEntity::DOMEntity </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classxercesc_1_1DOMEntity.html">DOMEntity</a> &amp;&nbsp;</td>
<td class="paramname"> <em>other</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline, protected]</code></td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:10:06 +00:00
</div>
<div class="memdoc">
2020-02-17 21:05:20 +00:00
<p>
2020-02-17 21:10:06 +00:00
</div>
</div><p>
<a class="anchor" name="389542c0d9ba055be62eef9c789ee909"></a><!-- doxytag: member="xercesc::DOMEntity::~DOMEntity" ref="389542c0d9ba055be62eef9c789ee909" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:10:06 +00:00
<td class="memname">virtual xercesc::DOMEntity::~DOMEntity </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline, virtual]</code></td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:10:06 +00:00
</div>
<div class="memdoc">
2020-02-17 21:05:20 +00:00
<p>
2020-02-17 21:10:06 +00:00
Destructor.
2020-02-17 21:05:20 +00:00
<p>
2020-02-17 21:10:06 +00:00
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="827cc73213d6f074968a08c9674f72b0"></a><!-- doxytag: member="xercesc::DOMEntity::getPublicId" ref="827cc73213d6f074968a08c9674f72b0" args="() const=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:10:06 +00:00
<td class="memname">virtual const XMLCh* xercesc::DOMEntity::getPublicId </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [pure virtual]</code></td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:10:06 +00:00
</div>
<div class="memdoc">
2020-02-17 21:05:20 +00:00
<p>
The public identifier associated with the entity, if specified.
<p>
If the public identifier was not specified, this is <code>null</code>.<p>
2020-02-17 21:10:06 +00:00
<dl class="since" compact><dt><b>Since:</b></dt><dd>DOM Level 1 </dd></dl>
</div>
</div><p>
<a class="anchor" name="b3a087adb6134da68c76625b72f343ba"></a><!-- doxytag: member="xercesc::DOMEntity::getSystemId" ref="b3a087adb6134da68c76625b72f343ba" args="() const=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:10:06 +00:00
<td class="memname">virtual const XMLCh* xercesc::DOMEntity::getSystemId </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [pure virtual]</code></td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:10:06 +00:00
</div>
<div class="memdoc">
2020-02-17 21:05:20 +00:00
<p>
The system identifier associated with the entity, if specified.
<p>
If the system identifier was not specified, this is <code>null</code>.<p>
2020-02-17 21:10:06 +00:00
<dl class="since" compact><dt><b>Since:</b></dt><dd>DOM Level 1 </dd></dl>
</div>
</div><p>
<a class="anchor" name="400706a07c549d2c8720ec64ebfdeaa3"></a><!-- doxytag: member="xercesc::DOMEntity::getNotationName" ref="400706a07c549d2c8720ec64ebfdeaa3" args="() const=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:10:06 +00:00
<td class="memname">virtual const XMLCh* xercesc::DOMEntity::getNotationName </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [pure virtual]</code></td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:10:06 +00:00
</div>
<div class="memdoc">
2020-02-17 21:05:20 +00:00
<p>
2020-02-17 21:10:06 +00:00
For unparsed entities, the name of the notation for the entity.
<p>
For parsed entities, this is <code>null</code>.<p>
<dl class="since" compact><dt><b>Since:</b></dt><dd>DOM Level 1 </dd></dl>
</div>
</div><p>
<a class="anchor" name="d3dd73b90f1ff5c32ebb1062e16e5328"></a><!-- doxytag: member="xercesc::DOMEntity::getActualEncoding" ref="d3dd73b90f1ff5c32ebb1062e16e5328" args="() const=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const XMLCh* xercesc::DOMEntity::getActualEncoding </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
An attribute specifying the actual encoding of this entity, when it is an external parsed entity.
2020-02-17 21:05:20 +00:00
<p>
This is <code>null</code> otherwise.<p>
<b>"Experimental - subject to change"</b><p>
2020-02-17 21:10:06 +00:00
<dl class="since" compact><dt><b>Since:</b></dt><dd>DOM Level 3 </dd></dl>
</div>
</div><p>
<a class="anchor" name="07c47be22c18f6d2a00e1727edf22f04"></a><!-- doxytag: member="xercesc::DOMEntity::setActualEncoding" ref="07c47be22c18f6d2a00e1727edf22f04" args="(const XMLCh *actualEncoding)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:10:06 +00:00
<td class="memname">virtual void xercesc::DOMEntity::setActualEncoding </td>
<td>(</td>
<td class="paramtype">const XMLCh *&nbsp;</td>
<td class="paramname"> <em>actualEncoding</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [pure virtual]</code></td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:10:06 +00:00
</div>
<div class="memdoc">
2020-02-17 21:05:20 +00:00
<p>
An attribute specifying the actual encoding of this entity, when it is an external parsed entity.
<p>
This is <code>null</code> otherwise.<p>
<b>"Experimental - subject to change"</b><p>
2020-02-17 21:10:06 +00:00
<dl class="since" compact><dt><b>Since:</b></dt><dd>DOM Level 3 </dd></dl>
</div>
</div><p>
<a class="anchor" name="5063e5892a92efcd17d8c505a39d3966"></a><!-- doxytag: member="xercesc::DOMEntity::getEncoding" ref="5063e5892a92efcd17d8c505a39d3966" args="() const=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:10:06 +00:00
<td class="memname">virtual const XMLCh* xercesc::DOMEntity::getEncoding </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [pure virtual]</code></td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:10:06 +00:00
</div>
<div class="memdoc">
2020-02-17 21:05:20 +00:00
<p>
An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.
<p>
This is <code>null</code> otherwise.<p>
<b>"Experimental - subject to change"</b><p>
2020-02-17 21:10:06 +00:00
<dl class="since" compact><dt><b>Since:</b></dt><dd>DOM Level 3 </dd></dl>
</div>
</div><p>
<a class="anchor" name="faf044aba94887c2bfb7039d5054b9e6"></a><!-- doxytag: member="xercesc::DOMEntity::setEncoding" ref="faf044aba94887c2bfb7039d5054b9e6" args="(const XMLCh *encoding)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:10:06 +00:00
<td class="memname">virtual void xercesc::DOMEntity::setEncoding </td>
<td>(</td>
<td class="paramtype">const XMLCh *&nbsp;</td>
<td class="paramname"> <em>encoding</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [pure virtual]</code></td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:10:06 +00:00
</div>
<div class="memdoc">
<p>
An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.
<p>
This is <code>null</code> otherwise.<p>
<b>"Experimental - subject to change"</b><p>
<dl class="since" compact><dt><b>Since:</b></dt><dd>DOM Level 3 </dd></dl>
</div>
</div><p>
<a class="anchor" name="1959427596ead03450a264099114a6a4"></a><!-- doxytag: member="xercesc::DOMEntity::getVersion" ref="1959427596ead03450a264099114a6a4" args="() const=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const XMLCh* xercesc::DOMEntity::getVersion </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
2020-02-17 21:05:20 +00:00
<p>
An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity.
<p>
This is <code>null</code> otherwise.<p>
<b>"Experimental - subject to change"</b><p>
2020-02-17 21:10:06 +00:00
<dl class="since" compact><dt><b>Since:</b></dt><dd>DOM Level 3 </dd></dl>
</div>
</div><p>
<a class="anchor" name="117c92d4d99058dcf23bbb5a68a4a9e0"></a><!-- doxytag: member="xercesc::DOMEntity::setVersion" ref="117c92d4d99058dcf23bbb5a68a4a9e0" args="(const XMLCh *version)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void xercesc::DOMEntity::setVersion </td>
<td>(</td>
<td class="paramtype">const XMLCh *&nbsp;</td>
<td class="paramname"> <em>version</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity.
<p>
This is <code>null</code> otherwise.<p>
<b>"Experimental - subject to change"</b><p>
<dl class="since" compact><dt><b>Since:</b></dt><dd>DOM Level 3 </dd></dl>
</div>
</div><p>
2020-02-17 21:05:20 +00:00
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="DOMEntity_8hpp-source.html">DOMEntity.hpp</a></ul>
2020-02-17 21:11:31 +00:00
<hr size="1"><address style="align: right;"><small>Generated on Fri Aug 31 14:38:10 2007 for XQilla DOM Level 3 API by&nbsp;
2020-02-17 21:05:20 +00:00
<a href="http://www.doxygen.org/index.html">
2020-02-17 21:10:06 +00:00
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
2020-02-17 21:05:20 +00:00
</body>
</html>