Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates > by-pkgid > 21683c2052716543063aae9960d9aef7 > files > 743

xerces-c-doc-3.1.4-2.1.mga6.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>Xerces-C++: XMLEntityDecl Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">Xerces-C++
   &#160;<span id="projectnumber">3.1.4</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="classXMLEntityDecl-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">XMLEntityDecl Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div>  </div>
</div><!--header-->
<div class="contents">

<p>This class defines that core information that defines an XML entity, no matter what validator is used.  
 <a href="classXMLEntityDecl.html#details">More...</a></p>
<div class="dynheader">
Inheritance diagram for XMLEntityDecl:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classXMLEntityDecl.png" usemap="#XMLEntityDecl_map" alt=""/>
  <map id="XMLEntityDecl_map" name="XMLEntityDecl_map">
<area href="classXMemory.html" title="This class makes it possible to override the C++ memory management by adding new/delete operators to ..." alt="XMemory" shape="rect" coords="106,0,202,24"/>
</map>
 </div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a5bcf1342d2a1362692f38cdbd0488d37"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a5bcf1342d2a1362692f38cdbd0488d37">setId</a> (const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#ac0f7e36996cd03eb43bcee10321f77cd">XMLSize_t</a> newId)</td></tr>
<tr class="separator:a5bcf1342d2a1362692f38cdbd0488d37"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr><td colspan="2"><div class="groupHeader">Constructors</div></td></tr>
<tr class="memitem:a6fdf3c097dc50a822a5bf70d647b4012"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a6fdf3c097dc50a822a5bf70d647b4012">XMLEntityDecl</a> (<a class="el" href="classMemoryManager.html">MemoryManager</a> *const manager=<a class="el" href="classXMLPlatformUtils.html#a97eff0d9fff3567bea3acd3ca4d95252">XMLPlatformUtils::fgMemoryManager</a>)</td></tr>
<tr class="memdesc:a6fdf3c097dc50a822a5bf70d647b4012"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default Constructor.  <a href="#a6fdf3c097dc50a822a5bf70d647b4012">More...</a><br/></td></tr>
<tr class="separator:a6fdf3c097dc50a822a5bf70d647b4012"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4a54eae6ae68e89fc0d2d9fa40abeed8"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a4a54eae6ae68e89fc0d2d9fa40abeed8">XMLEntityDecl</a> (const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const entName, <a class="el" href="classMemoryManager.html">MemoryManager</a> *const manager=<a class="el" href="classXMLPlatformUtils.html#a97eff0d9fff3567bea3acd3ca4d95252">XMLPlatformUtils::fgMemoryManager</a>)</td></tr>
<tr class="memdesc:a4a54eae6ae68e89fc0d2d9fa40abeed8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor with a const entity name.  <a href="#a4a54eae6ae68e89fc0d2d9fa40abeed8">More...</a><br/></td></tr>
<tr class="separator:a4a54eae6ae68e89fc0d2d9fa40abeed8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa4490ab4fc8026b50b29c0f84475e68e"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#aa4490ab4fc8026b50b29c0f84475e68e">XMLEntityDecl</a> (const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const entName, const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const value, <a class="el" href="classMemoryManager.html">MemoryManager</a> *const manager=<a class="el" href="classXMLPlatformUtils.html#a97eff0d9fff3567bea3acd3ca4d95252">XMLPlatformUtils::fgMemoryManager</a>)</td></tr>
<tr class="memdesc:aa4490ab4fc8026b50b29c0f84475e68e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor with a const entity name and value.  <a href="#aa4490ab4fc8026b50b29c0f84475e68e">More...</a><br/></td></tr>
<tr class="separator:aa4490ab4fc8026b50b29c0f84475e68e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a52eb773bf5b3e5fffc7c199a732c93fd"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a52eb773bf5b3e5fffc7c199a732c93fd">XMLEntityDecl</a> (const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const entName, const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> value, <a class="el" href="classMemoryManager.html">MemoryManager</a> *const manager=<a class="el" href="classXMLPlatformUtils.html#a97eff0d9fff3567bea3acd3ca4d95252">XMLPlatformUtils::fgMemoryManager</a>)</td></tr>
<tr class="memdesc:a52eb773bf5b3e5fffc7c199a732c93fd"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor with a const entity name and single XMLCh value.  <a href="#a52eb773bf5b3e5fffc7c199a732c93fd">More...</a><br/></td></tr>
<tr class="separator:a52eb773bf5b3e5fffc7c199a732c93fd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr><td colspan="2"><div class="groupHeader">Destructor</div></td></tr>
<tr class="memitem:a500b564448c45f83ca17a8df87946063"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a500b564448c45f83ca17a8df87946063">~XMLEntityDecl</a> ()</td></tr>
<tr class="memdesc:a500b564448c45f83ca17a8df87946063"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default destructor.  <a href="#a500b564448c45f83ca17a8df87946063">More...</a><br/></td></tr>
<tr class="separator:a500b564448c45f83ca17a8df87946063"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr><td colspan="2"><div class="groupHeader">The pure virtual methods in this interface.</div></td></tr>
<tr class="memitem:af30d0669b00e04f3b1738ec45f835e70"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#af30d0669b00e04f3b1738ec45f835e70">getDeclaredInIntSubset</a> () const =0</td></tr>
<tr class="memdesc:af30d0669b00e04f3b1738ec45f835e70"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the 'declared in internal subset' flag.  <a href="#af30d0669b00e04f3b1738ec45f835e70">More...</a><br/></td></tr>
<tr class="separator:af30d0669b00e04f3b1738ec45f835e70"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20fa5685909c32bc6ceb97c351375113"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a20fa5685909c32bc6ceb97c351375113">getIsParameter</a> () const =0</td></tr>
<tr class="memdesc:a20fa5685909c32bc6ceb97c351375113"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the 'is parameter entity' flag.  <a href="#a20fa5685909c32bc6ceb97c351375113">More...</a><br/></td></tr>
<tr class="separator:a20fa5685909c32bc6ceb97c351375113"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9a5c01473a2e199a3652e5279f932798"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a9a5c01473a2e199a3652e5279f932798">getIsSpecialChar</a> () const =0</td></tr>
<tr class="memdesc:a9a5c01473a2e199a3652e5279f932798"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the 'is special char entity' flag.  <a href="#a9a5c01473a2e199a3652e5279f932798">More...</a><br/></td></tr>
<tr class="separator:a9a5c01473a2e199a3652e5279f932798"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr><td colspan="2"><div class="groupHeader">Getter methods</div></td></tr>
<tr class="memitem:ab0ab12d806bd3ca372a34d3ad9901f35"><td class="memItemLeft" align="right" valign="top"><a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#ac0f7e36996cd03eb43bcee10321f77cd">XMLSize_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#ab0ab12d806bd3ca372a34d3ad9901f35">getId</a> () const </td></tr>
<tr class="memdesc:ab0ab12d806bd3ca372a34d3ad9901f35"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the pool id of this entity.  <a href="#ab0ab12d806bd3ca372a34d3ad9901f35">More...</a><br/></td></tr>
<tr class="separator:ab0ab12d806bd3ca372a34d3ad9901f35"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a05242032478ab8b623868bb816d6d171"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a05242032478ab8b623868bb816d6d171">getName</a> () const </td></tr>
<tr class="memdesc:a05242032478ab8b623868bb816d6d171"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a const pointer to the name of this entity decl.  <a href="#a05242032478ab8b623868bb816d6d171">More...</a><br/></td></tr>
<tr class="separator:a05242032478ab8b623868bb816d6d171"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5f2de0ff5fbace013d141d04b3cce5ae"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a5f2de0ff5fbace013d141d04b3cce5ae">getNotationName</a> () const </td></tr>
<tr class="memdesc:a5f2de0ff5fbace013d141d04b3cce5ae"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the notation name, if any, declared for this entity.  <a href="#a5f2de0ff5fbace013d141d04b3cce5ae">More...</a><br/></td></tr>
<tr class="separator:a5f2de0ff5fbace013d141d04b3cce5ae"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a556294721983195f3b11d17ef6096782"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a556294721983195f3b11d17ef6096782">getPublicId</a> () const </td></tr>
<tr class="memdesc:a556294721983195f3b11d17ef6096782"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the public id declared for this entity.  <a href="#a556294721983195f3b11d17ef6096782">More...</a><br/></td></tr>
<tr class="separator:a556294721983195f3b11d17ef6096782"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3a1517f35811c2accaa227dbb1a56b14"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a3a1517f35811c2accaa227dbb1a56b14">getSystemId</a> () const </td></tr>
<tr class="memdesc:a3a1517f35811c2accaa227dbb1a56b14"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the system id declared for this entity.  <a href="#a3a1517f35811c2accaa227dbb1a56b14">More...</a><br/></td></tr>
<tr class="separator:a3a1517f35811c2accaa227dbb1a56b14"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae942c8bb057af9d1d4e9089db812bf2a"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#ae942c8bb057af9d1d4e9089db812bf2a">getBaseURI</a> () const </td></tr>
<tr class="memdesc:ae942c8bb057af9d1d4e9089db812bf2a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the base URI for this entity.  <a href="#ae942c8bb057af9d1d4e9089db812bf2a">More...</a><br/></td></tr>
<tr class="separator:ae942c8bb057af9d1d4e9089db812bf2a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7ad3be40448f8e0175df31c483050cd7"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a7ad3be40448f8e0175df31c483050cd7">getValue</a> () const </td></tr>
<tr class="memdesc:a7ad3be40448f8e0175df31c483050cd7"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method returns the value of an internal entity.  <a href="#a7ad3be40448f8e0175df31c483050cd7">More...</a><br/></td></tr>
<tr class="separator:a7ad3be40448f8e0175df31c483050cd7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae03ca4c2d0a949749fb289150ee74905"><td class="memItemLeft" align="right" valign="top"><a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#ac0f7e36996cd03eb43bcee10321f77cd">XMLSize_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#ae03ca4c2d0a949749fb289150ee74905">getValueLen</a> () const </td></tr>
<tr class="memdesc:ae03ca4c2d0a949749fb289150ee74905"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method returns the number of characters in the value returned by <a class="el" href="classXMLEntityDecl.html#a7ad3be40448f8e0175df31c483050cd7" title="This method returns the value of an internal entity. ">getValue()</a>.  <a href="#ae03ca4c2d0a949749fb289150ee74905">More...</a><br/></td></tr>
<tr class="separator:ae03ca4c2d0a949749fb289150ee74905"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a97f47aeab07d5076e5087fb294358a8f"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a97f47aeab07d5076e5087fb294358a8f">isExternal</a> () const </td></tr>
<tr class="memdesc:a97f47aeab07d5076e5087fb294358a8f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Indicates that this entity is an external entity.  <a href="#a97f47aeab07d5076e5087fb294358a8f">More...</a><br/></td></tr>
<tr class="separator:a97f47aeab07d5076e5087fb294358a8f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab3abaa887ab3b9e86efb679c0d3c95de"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#ab3abaa887ab3b9e86efb679c0d3c95de">isUnparsed</a> () const </td></tr>
<tr class="memdesc:ab3abaa887ab3b9e86efb679c0d3c95de"><td class="mdescLeft">&#160;</td><td class="mdescRight">Indicates whether this entity is unparsed.  <a href="#ab3abaa887ab3b9e86efb679c0d3c95de">More...</a><br/></td></tr>
<tr class="separator:ab3abaa887ab3b9e86efb679c0d3c95de"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aadce21e0f4469ddbb274334ed35e3373"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classMemoryManager.html">MemoryManager</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#aadce21e0f4469ddbb274334ed35e3373">getMemoryManager</a> () const </td></tr>
<tr class="memdesc:aadce21e0f4469ddbb274334ed35e3373"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the plugged-in memory manager.  <a href="#aadce21e0f4469ddbb274334ed35e3373">More...</a><br/></td></tr>
<tr class="separator:aadce21e0f4469ddbb274334ed35e3373"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr><td colspan="2"><div class="groupHeader">Setter methods</div></td></tr>
<tr class="memitem:ab3196afe5f154ff2550e8d06c9fa2423"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#ab3196afe5f154ff2550e8d06c9fa2423">setName</a> (const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const entName)</td></tr>
<tr class="memdesc:ab3196afe5f154ff2550e8d06c9fa2423"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method will set the entity name.  <a href="#ab3196afe5f154ff2550e8d06c9fa2423">More...</a><br/></td></tr>
<tr class="separator:ab3196afe5f154ff2550e8d06c9fa2423"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9a0a0ab23765859440afef7e83f55f1f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a9a0a0ab23765859440afef7e83f55f1f">setIsExternal</a> (bool value)</td></tr>
<tr class="memdesc:a9a0a0ab23765859440afef7e83f55f1f"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method will mark whether the entity is external.  <a href="#a9a0a0ab23765859440afef7e83f55f1f">More...</a><br/></td></tr>
<tr class="separator:a9a0a0ab23765859440afef7e83f55f1f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a99b264254c9e3dfa96936f06cd903233"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a99b264254c9e3dfa96936f06cd903233">setNotationName</a> (const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const newName)</td></tr>
<tr class="memdesc:a99b264254c9e3dfa96936f06cd903233"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method will set the notation name for this entity.  <a href="#a99b264254c9e3dfa96936f06cd903233">More...</a><br/></td></tr>
<tr class="separator:a99b264254c9e3dfa96936f06cd903233"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a358e1c34ad0ffd22dc699f7aba8d833c"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#a358e1c34ad0ffd22dc699f7aba8d833c">setPublicId</a> (const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const newId)</td></tr>
<tr class="memdesc:a358e1c34ad0ffd22dc699f7aba8d833c"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method will set a new public id on this entity.  <a href="#a358e1c34ad0ffd22dc699f7aba8d833c">More...</a><br/></td></tr>
<tr class="separator:a358e1c34ad0ffd22dc699f7aba8d833c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac8f4fc94cac11ad5a9f8dbf0d3ae86fb"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#ac8f4fc94cac11ad5a9f8dbf0d3ae86fb">setSystemId</a> (const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const newId)</td></tr>
<tr class="memdesc:ac8f4fc94cac11ad5a9f8dbf0d3ae86fb"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method will set a new sysetm id on this entity.  <a href="#ac8f4fc94cac11ad5a9f8dbf0d3ae86fb">More...</a><br/></td></tr>
<tr class="separator:ac8f4fc94cac11ad5a9f8dbf0d3ae86fb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa452395af27f5786026d7fe817f80c56"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#aa452395af27f5786026d7fe817f80c56">setBaseURI</a> (const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const newId)</td></tr>
<tr class="memdesc:aa452395af27f5786026d7fe817f80c56"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method will set a new baseURI on this entity.  <a href="#aa452395af27f5786026d7fe817f80c56">More...</a><br/></td></tr>
<tr class="separator:aa452395af27f5786026d7fe817f80c56"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad4e0af0e1b309b00f78aa45d6373dc13"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#ad4e0af0e1b309b00f78aa45d6373dc13">setValue</a> (const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const newValue)</td></tr>
<tr class="memdesc:ad4e0af0e1b309b00f78aa45d6373dc13"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method will set a new value for this entity.  <a href="#ad4e0af0e1b309b00f78aa45d6373dc13">More...</a><br/></td></tr>
<tr class="separator:ad4e0af0e1b309b00f78aa45d6373dc13"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af360a36167d6f3dd9c5e18af48ea9bce"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMLEntityDecl.html#af360a36167d6f3dd9c5e18af48ea9bce">getKey</a> () const </td></tr>
<tr class="memdesc:af360a36167d6f3dd9c5e18af48ea9bce"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method allows objects of this class to be used within a standard keyed collection used commonly within the parser system.  <a href="#af360a36167d6f3dd9c5e18af48ea9bce">More...</a><br/></td></tr>
<tr class="separator:af360a36167d6f3dd9c5e18af48ea9bce"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classXMemory"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classXMemory')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classXMemory.html">XMemory</a></td></tr>
<tr class="memitem:a717678d9deadc627a41fe0dddede9f7f inherit pub_methods_classXMemory"><td class="memItemLeft" align="right" valign="top">void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMemory.html#a717678d9deadc627a41fe0dddede9f7f">operator new</a> (size_t size)</td></tr>
<tr class="memdesc:a717678d9deadc627a41fe0dddede9f7f inherit pub_methods_classXMemory"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method overrides operator new.  <a href="#a717678d9deadc627a41fe0dddede9f7f">More...</a><br/></td></tr>
<tr class="separator:a717678d9deadc627a41fe0dddede9f7f inherit pub_methods_classXMemory"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac3022fcc968c684a31c1e6a9ede83c10 inherit pub_methods_classXMemory"><td class="memItemLeft" align="right" valign="top">void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMemory.html#ac3022fcc968c684a31c1e6a9ede83c10">operator new</a> (size_t size, <a class="el" href="classMemoryManager.html">MemoryManager</a> *memMgr)</td></tr>
<tr class="memdesc:ac3022fcc968c684a31c1e6a9ede83c10 inherit pub_methods_classXMemory"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method defines a custom operator new, that will use the provided memory manager to perform the allocation.  <a href="#ac3022fcc968c684a31c1e6a9ede83c10">More...</a><br/></td></tr>
<tr class="separator:ac3022fcc968c684a31c1e6a9ede83c10 inherit pub_methods_classXMemory"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aeaad885b799ac2188ffd28f76182339c inherit pub_methods_classXMemory"><td class="memItemLeft" align="right" valign="top">void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMemory.html#aeaad885b799ac2188ffd28f76182339c">operator new</a> (size_t size, void *ptr)</td></tr>
<tr class="memdesc:aeaad885b799ac2188ffd28f76182339c inherit pub_methods_classXMemory"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method overrides placement operator new.  <a href="#aeaad885b799ac2188ffd28f76182339c">More...</a><br/></td></tr>
<tr class="separator:aeaad885b799ac2188ffd28f76182339c inherit pub_methods_classXMemory"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9da30f1601ea458908cbf150fc2f8f8b inherit pub_methods_classXMemory"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMemory.html#a9da30f1601ea458908cbf150fc2f8f8b">operator delete</a> (void *p)</td></tr>
<tr class="memdesc:a9da30f1601ea458908cbf150fc2f8f8b inherit pub_methods_classXMemory"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method overrides operator delete.  <a href="#a9da30f1601ea458908cbf150fc2f8f8b">More...</a><br/></td></tr>
<tr class="separator:a9da30f1601ea458908cbf150fc2f8f8b inherit pub_methods_classXMemory"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a22efbc6459bdbe79f83b7791bba4d1f6 inherit pub_methods_classXMemory"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMemory.html#a22efbc6459bdbe79f83b7791bba4d1f6">operator delete</a> (void *p, <a class="el" href="classMemoryManager.html">MemoryManager</a> *memMgr)</td></tr>
<tr class="memdesc:a22efbc6459bdbe79f83b7791bba4d1f6 inherit pub_methods_classXMemory"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method provides a matching delete for the custom operator new.  <a href="#a22efbc6459bdbe79f83b7791bba4d1f6">More...</a><br/></td></tr>
<tr class="separator:a22efbc6459bdbe79f83b7791bba4d1f6 inherit pub_methods_classXMemory"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a32ee38b70d412e12f669cfbd86adf623 inherit pub_methods_classXMemory"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMemory.html#a32ee38b70d412e12f669cfbd86adf623">operator delete</a> (void *p, void *ptr)</td></tr>
<tr class="memdesc:a32ee38b70d412e12f669cfbd86adf623 inherit pub_methods_classXMemory"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method provides a matching delete for the placement new.  <a href="#a32ee38b70d412e12f669cfbd86adf623">More...</a><br/></td></tr>
<tr class="separator:a32ee38b70d412e12f669cfbd86adf623 inherit pub_methods_classXMemory"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pro_methods_classXMemory"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classXMemory')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="classXMemory.html">XMemory</a></td></tr>
<tr class="memitem:ae5b8adaa10d5d9276b42823f47e06858 inherit pro_methods_classXMemory"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXMemory.html#ae5b8adaa10d5d9276b42823f47e06858">XMemory</a> ()</td></tr>
<tr class="memdesc:ae5b8adaa10d5d9276b42823f47e06858 inherit pro_methods_classXMemory"><td class="mdescLeft">&#160;</td><td class="mdescRight">Protected default constructor.  <a href="#ae5b8adaa10d5d9276b42823f47e06858">More...</a><br/></td></tr>
<tr class="separator:ae5b8adaa10d5d9276b42823f47e06858 inherit pro_methods_classXMemory"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>This class defines that core information that defines an XML entity, no matter what validator is used. </p>
<p>Each validator will create a derivative of this class which adds any extra information it requires.</p>
<p>This class supports keyed collection semantics via the <a class="el" href="classXMLEntityDecl.html#af360a36167d6f3dd9c5e18af48ea9bce" title="This method allows objects of this class to be used within a standard keyed collection used commonly ...">getKey()</a> method which extracts the key field, the entity name in this case. The name will have whatever form is deemed appropriate for the type of validator in use.</p>
<p>When setting the fields of this class, you must make sure that you do not set conflicting values. For instance, an internal entity cannot have a notation name. And an external entity cannot have a value string. These rules are defined by the XML specification. In most cases, these objects are created by validator objects as they parse a DTD or Schema or whatever, at which time they confirm the correctness of the data before creating the entity decl object. </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a6fdf3c097dc50a822a5bf70d647b4012"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">XMLEntityDecl::XMLEntityDecl </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classMemoryManager.html">MemoryManager</a> *const&#160;</td>
          <td class="paramname"><em>manager</em> = <code><a class="el" href="classXMLPlatformUtils.html#a97eff0d9fff3567bea3acd3ca4d95252">XMLPlatformUtils::fgMemoryManager</a></code></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Default Constructor. </p>

</div>
</div>
<a class="anchor" id="a4a54eae6ae68e89fc0d2d9fa40abeed8"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">XMLEntityDecl::XMLEntityDecl </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const&#160;</td>
          <td class="paramname"><em>entName</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classMemoryManager.html">MemoryManager</a> *const&#160;</td>
          <td class="paramname"><em>manager</em> = <code><a class="el" href="classXMLPlatformUtils.html#a97eff0d9fff3567bea3acd3ca4d95252">XMLPlatformUtils::fgMemoryManager</a></code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Constructor with a const entity name. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">entName</td><td>The new name to give to this entity. </td></tr>
    <tr><td class="paramname">manager</td><td>Pointer to the memory manager to be used to allocate objects. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="aa4490ab4fc8026b50b29c0f84475e68e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">XMLEntityDecl::XMLEntityDecl </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const&#160;</td>
          <td class="paramname"><em>entName</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const&#160;</td>
          <td class="paramname"><em>value</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classMemoryManager.html">MemoryManager</a> *const&#160;</td>
          <td class="paramname"><em>manager</em> = <code><a class="el" href="classXMLPlatformUtils.html#a97eff0d9fff3567bea3acd3ca4d95252">XMLPlatformUtils::fgMemoryManager</a></code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Constructor with a const entity name and value. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">entName</td><td>The new name to give to this entity. </td></tr>
    <tr><td class="paramname">value</td><td>The new value to give to this entity name. </td></tr>
    <tr><td class="paramname">manager</td><td>Pointer to the memory manager to be used to allocate objects. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a52eb773bf5b3e5fffc7c199a732c93fd"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">XMLEntityDecl::XMLEntityDecl </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const&#160;</td>
          <td class="paramname"><em>entName</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>&#160;</td>
          <td class="paramname"><em>value</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classMemoryManager.html">MemoryManager</a> *const&#160;</td>
          <td class="paramname"><em>manager</em> = <code><a class="el" href="classXMLPlatformUtils.html#a97eff0d9fff3567bea3acd3ca4d95252">XMLPlatformUtils::fgMemoryManager</a></code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Constructor with a const entity name and single XMLCh value. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">entName</td><td>The new name to give to this entity. </td></tr>
    <tr><td class="paramname">value</td><td>The new value to give to this entity name. </td></tr>
    <tr><td class="paramname">manager</td><td>Pointer to the memory manager to be used to allocate objects. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a500b564448c45f83ca17a8df87946063"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual XMLEntityDecl::~XMLEntityDecl </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Default destructor. </p>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="ae942c8bb057af9d1d4e9089db812bf2a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> * XMLEntityDecl::getBaseURI </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Gets the base URI for this entity. </p>

</div>
</div>
<a class="anchor" id="af30d0669b00e04f3b1738ec45f835e70"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool XMLEntityDecl::getDeclaredInIntSubset </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Get the 'declared in internal subset' flag. </p>
<p>Gets the state of the flag which indicates whether the entity was declared in the internal or external subset. Some structural description languages might not have an internal subset concept, in which case this will always return false. </p>

</div>
</div>
<a class="anchor" id="ab0ab12d806bd3ca372a34d3ad9901f35"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#ac0f7e36996cd03eb43bcee10321f77cd">XMLSize_t</a> XMLEntityDecl::getId </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Gets the pool id of this entity. </p>
<p>Validators maintain all decls in pools, from which they can be quickly extracted via id. </p>

</div>
</div>
<a class="anchor" id="a20fa5685909c32bc6ceb97c351375113"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool XMLEntityDecl::getIsParameter </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Get the 'is parameter entity' flag. </p>
<p>Gets the state of the flag which indicates whether this entity is a parameter entity. If not, then its a general entity. </p>

</div>
</div>
<a class="anchor" id="a9a5c01473a2e199a3652e5279f932798"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool XMLEntityDecl::getIsSpecialChar </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Get the 'is special char entity' flag. </p>
<p>Gets the state of the flag that indicates whether this entity is one of the special, intrinsically supported character entities. </p>

</div>
</div>
<a class="anchor" id="af360a36167d6f3dd9c5e18af48ea9bce"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> * XMLEntityDecl::getKey </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>This method allows objects of this class to be used within a standard keyed collection used commonly within the parser system. </p>
<p>The collection calls this method to get the key (usually to hash it) by which the object is to be stored. </p>

</div>
</div>
<a class="anchor" id="aadce21e0f4469ddbb274334ed35e3373"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classMemoryManager.html">MemoryManager</a> * XMLEntityDecl::getMemoryManager </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Get the plugged-in memory manager. </p>
<p>This method returns the plugged-in memory manager user for dynamic memory allocation/deallocation.</p>
<dl class="section return"><dt>Returns</dt><dd>the plugged-in memory manager </dd></dl>

</div>
</div>
<a class="anchor" id="a05242032478ab8b623868bb816d6d171"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> * XMLEntityDecl::getName </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Returns a const pointer to the name of this entity decl. </p>
<p>This name will be in whatever format is appropriate for the type of validator in use. </p>

</div>
</div>
<a class="anchor" id="a5f2de0ff5fbace013d141d04b3cce5ae"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> * XMLEntityDecl::getNotationName </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Gets the notation name, if any, declared for this entity. </p>
<p>If this entity is not a notation type entity, it will be a null pointer. </p>

</div>
</div>
<a class="anchor" id="a556294721983195f3b11d17ef6096782"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> * XMLEntityDecl::getPublicId </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Gets the public id declared for this entity. </p>
<p>Public ids are optional so it can be a null pointer. </p>

</div>
</div>
<a class="anchor" id="a3a1517f35811c2accaa227dbb1a56b14"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> * XMLEntityDecl::getSystemId </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Gets the system id declared for this entity. </p>
<p>The system id is required so this method should never return a null pointers. </p>

</div>
</div>
<a class="anchor" id="a7ad3be40448f8e0175df31c483050cd7"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> * XMLEntityDecl::getValue </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>This method returns the value of an internal entity. </p>
<p>If this is not an internal entity (i.e. its external), then this will be a null pointer. </p>

</div>
</div>
<a class="anchor" id="ae03ca4c2d0a949749fb289150ee74905"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#ac0f7e36996cd03eb43bcee10321f77cd">XMLSize_t</a> XMLEntityDecl::getValueLen </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>This method returns the number of characters in the value returned by <a class="el" href="classXMLEntityDecl.html#a7ad3be40448f8e0175df31c483050cd7" title="This method returns the value of an internal entity. ">getValue()</a>. </p>
<p>If this entity is external, this will be zero since an external entity has no internal value. </p>

</div>
</div>
<a class="anchor" id="a97f47aeab07d5076e5087fb294358a8f"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool XMLEntityDecl::isExternal </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Indicates that this entity is an external entity. </p>
<p>If not, then it is assumed to be an internal entity, surprise. </p>

</div>
</div>
<a class="anchor" id="ab3abaa887ab3b9e86efb679c0d3c95de"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool XMLEntityDecl::isUnparsed </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Indicates whether this entity is unparsed. </p>
<p>This is meaningless for internal entities. Some external entities are unparsed in that they refer to something other than XML source. </p>

</div>
</div>
<a class="anchor" id="aa452395af27f5786026d7fe817f80c56"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void XMLEntityDecl::setBaseURI </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const&#160;</td>
          <td class="paramname"><em>newId</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>This method will set a new baseURI on this entity. </p>
<p>This will then control the URI used to resolve the relative system Id.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">newId</td><td>The new base URI to give to the entity. </td></tr>
  </table>
  </dd>
</dl>

<p>References <a class="el" href="classMemoryManager.html#af7dce9eab3a2a41e5b887ba735180e67">MemoryManager::deallocate()</a>, and <a class="el" href="classXMLString.html#abd917532682cddc53a96706f4c388fc9">XMLString::replicate()</a>.</p>

</div>
</div>
<a class="anchor" id="a5bcf1342d2a1362692f38cdbd0488d37"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void XMLEntityDecl::setId </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#ac0f7e36996cd03eb43bcee10321f77cd">XMLSize_t</a>&#160;</td>
          <td class="paramname"><em>newId</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

</div>
</div>
<a class="anchor" id="a9a0a0ab23765859440afef7e83f55f1f"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void XMLEntityDecl::setIsExternal </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>This method will mark whether the entity is external. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">value</td><td>The new value for the 'is external' flag. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="ab3196afe5f154ff2550e8d06c9fa2423"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void XMLEntityDecl::setName </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const&#160;</td>
          <td class="paramname"><em>entName</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>This method will set the entity name. </p>
<p>The format of this name is defined by the particular validator in use, since it will be the one who creates entity definitions as it parses the DTD, Schema, ect...</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">entName</td><td>The new name to give to this entity. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a99b264254c9e3dfa96936f06cd903233"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void XMLEntityDecl::setNotationName </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const&#160;</td>
          <td class="paramname"><em>newName</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>This method will set the notation name for this entity. </p>
<p>By setting this, you are indicating that this is an unparsed external entity.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">newName</td><td>The new notation name to give to this entity. </td></tr>
  </table>
  </dd>
</dl>

<p>References <a class="el" href="classMemoryManager.html#af7dce9eab3a2a41e5b887ba735180e67">MemoryManager::deallocate()</a>, and <a class="el" href="classXMLString.html#abd917532682cddc53a96706f4c388fc9">XMLString::replicate()</a>.</p>

</div>
</div>
<a class="anchor" id="a358e1c34ad0ffd22dc699f7aba8d833c"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void XMLEntityDecl::setPublicId </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const&#160;</td>
          <td class="paramname"><em>newId</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>This method will set a new public id on this entity. </p>
<p>The public id has no particular form and is purely for client consumption.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">newId</td><td>The new public id to give to this entity. </td></tr>
  </table>
  </dd>
</dl>

<p>References <a class="el" href="classMemoryManager.html#af7dce9eab3a2a41e5b887ba735180e67">MemoryManager::deallocate()</a>, and <a class="el" href="classXMLString.html#abd917532682cddc53a96706f4c388fc9">XMLString::replicate()</a>.</p>

</div>
</div>
<a class="anchor" id="ac8f4fc94cac11ad5a9f8dbf0d3ae86fb"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void XMLEntityDecl::setSystemId </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const&#160;</td>
          <td class="paramname"><em>newId</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>This method will set a new sysetm id on this entity. </p>
<p>This will then control where the source for this entity lives. If it is an internal entity, then the system id is only for bookkeeping purposes, and to allow any external entities referenced from within the entity to be correctly resolved.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">newId</td><td>The new system id to give to the entity. </td></tr>
  </table>
  </dd>
</dl>

<p>References <a class="el" href="classMemoryManager.html#af7dce9eab3a2a41e5b887ba735180e67">MemoryManager::deallocate()</a>, and <a class="el" href="classXMLString.html#abd917532682cddc53a96706f4c388fc9">XMLString::replicate()</a>.</p>

</div>
</div>
<a class="anchor" id="ad4e0af0e1b309b00f78aa45d6373dc13"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void XMLEntityDecl::setValue </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *const&#160;</td>
          <td class="paramname"><em>newValue</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>This method will set a new value for this entity. </p>
<p>This is only valid if the entity is to be an internal entity. By setting this field, you are indicating that the entity is internal.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">newValue</td><td>The new value to give to this entity. </td></tr>
  </table>
  </dd>
</dl>

<p>References <a class="el" href="classMemoryManager.html#af7dce9eab3a2a41e5b887ba735180e67">MemoryManager::deallocate()</a>, <a class="el" href="classXMLString.html#abd917532682cddc53a96706f4c388fc9">XMLString::replicate()</a>, and <a class="el" href="classXMLString.html#a07607dd80d903f52c296f0ce8c3fa9c4">XMLString::stringLen()</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XMLEntityDecl_8hpp_source.html">XMLEntityDecl.hpp</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>