You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

233 lines
13 KiB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  6. <meta name="generator" content="Doxygen 1.8.9.1"/>
  7. <title>Xerces-C++: DOMImplementationList Class Reference</title>
  8. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  9. <script type="text/javascript" src="jquery.js"></script>
  10. <script type="text/javascript" src="dynsections.js"></script>
  11. <link href="doxygen.css" rel="stylesheet" type="text/css" />
  12. </head>
  13. <body>
  14. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  15. <div id="titlearea">
  16. <table cellspacing="0" cellpadding="0">
  17. <tbody>
  18. <tr style="height: 56px;">
  19. <td style="padding-left: 0.5em;">
  20. <div id="projectname">Xerces-C++
  21. &#160;<span id="projectnumber">3.1.2</span>
  22. </div>
  23. </td>
  24. </tr>
  25. </tbody>
  26. </table>
  27. </div>
  28. <!-- end header part -->
  29. <!-- Generated by Doxygen 1.8.9.1 -->
  30. <div id="navrow1" class="tabs">
  31. <ul class="tablist">
  32. <li><a href="index.html"><span>Main&#160;Page</span></a></li>
  33. <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
  34. <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
  35. <li><a href="files.html"><span>Files</span></a></li>
  36. </ul>
  37. </div>
  38. <div id="navrow2" class="tabs2">
  39. <ul class="tablist">
  40. <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
  41. <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
  42. <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
  43. <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
  44. </ul>
  45. </div>
  46. </div><!-- top -->
  47. <div class="header">
  48. <div class="summary">
  49. <a href="classDOMImplementationList-members.html">List of all members</a> </div>
  50. <div class="headertitle">
  51. <div class="title">DOMImplementationList Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div>
  52. </div><!--header-->
  53. <div class="contents">
  54. <p>The <code><a class="el" href="classDOMImplementationList.html" title="The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implemen...">DOMImplementationList</a></code> interface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented.
  55. <a href="classDOMImplementationList.html#details">More...</a></p>
  56. <table class="memberdecls">
  57. <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
  58. Public Member Functions</h2></td></tr>
  59. <tr><td colspan="2"><div class="groupHeader">Destructor</div></td></tr>
  60. <tr class="memitem:ac79e641aaa399909f32ac7166cabb65b"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDOMImplementationList.html#ac79e641aaa399909f32ac7166cabb65b">~DOMImplementationList</a> ()</td></tr>
  61. <tr class="memdesc:ac79e641aaa399909f32ac7166cabb65b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor. <a href="#ac79e641aaa399909f32ac7166cabb65b">More...</a><br /></td></tr>
  62. <tr class="separator:ac79e641aaa399909f32ac7166cabb65b"><td class="memSeparator" colspan="2">&#160;</td></tr>
  63. <tr><td colspan="2"><div class="groupHeader">Functions introduced in DOM Level 3</div></td></tr>
  64. <tr class="memitem:a55c29996a93dc51373fa73389f02624d"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classDOMImplementation.html">DOMImplementation</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDOMImplementationList.html#a55c29996a93dc51373fa73389f02624d">item</a> (<a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#ac0f7e36996cd03eb43bcee10321f77cd">XMLSize_t</a> index) const =0</td></tr>
  65. <tr class="memdesc:a55c29996a93dc51373fa73389f02624d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the <code>index</code> item in the collection. <a href="#a55c29996a93dc51373fa73389f02624d">More...</a><br /></td></tr>
  66. <tr class="separator:a55c29996a93dc51373fa73389f02624d"><td class="memSeparator" colspan="2">&#160;</td></tr>
  67. <tr class="memitem:a350432b9584f8a1609a36fc20ee2d32e"><td class="memItemLeft" align="right" valign="top">virtual <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="classDOMImplementationList.html#a350432b9584f8a1609a36fc20ee2d32e">getLength</a> () const =0</td></tr>
  68. <tr class="memdesc:a350432b9584f8a1609a36fc20ee2d32e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the number of <a class="el" href="classDOMImplementation.html" title="The DOMImplementation interface provides a number of methods for performing operations that are indep...">DOMImplementation</a> in the list. <a href="#a350432b9584f8a1609a36fc20ee2d32e">More...</a><br /></td></tr>
  69. <tr class="separator:a350432b9584f8a1609a36fc20ee2d32e"><td class="memSeparator" colspan="2">&#160;</td></tr>
  70. <tr><td colspan="2"><div class="groupHeader">Non-standard Extension</div></td></tr>
  71. <tr class="memitem:a9e4536c6c81cee68cffc74cf9284180a"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDOMImplementationList.html#a9e4536c6c81cee68cffc74cf9284180a">release</a> ()=0</td></tr>
  72. <tr class="memdesc:a9e4536c6c81cee68cffc74cf9284180a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Called to indicate that this list is no longer in use and that the implementation may relinquish any resources associated with it and its associated children. <a href="#a9e4536c6c81cee68cffc74cf9284180a">More...</a><br /></td></tr>
  73. <tr class="separator:a9e4536c6c81cee68cffc74cf9284180a"><td class="memSeparator" colspan="2">&#160;</td></tr>
  74. </table><table class="memberdecls">
  75. <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
  76. Protected Member Functions</h2></td></tr>
  77. <tr><td colspan="2"><div class="groupHeader">Hidden constructors</div></td></tr>
  78. <tr class="memitem:adecab933aac9849c51bf89c16eccdedc"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDOMImplementationList.html#adecab933aac9849c51bf89c16eccdedc">DOMImplementationList</a> ()</td></tr>
  79. <tr class="separator:adecab933aac9849c51bf89c16eccdedc"><td class="memSeparator" colspan="2">&#160;</td></tr>
  80. </table>
  81. <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
  82. <div class="textblock"><p>The <code><a class="el" href="classDOMImplementationList.html" title="The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implemen...">DOMImplementationList</a></code> interface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented. </p>
  83. <p>The items in the <code><a class="el" href="classDOMImplementationList.html" title="The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implemen...">DOMImplementationList</a></code> are accessible via an integral index, starting from 0. </p>
  84. </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
  85. <a class="anchor" id="adecab933aac9849c51bf89c16eccdedc"></a>
  86. <div class="memitem">
  87. <div class="memproto">
  88. <table class="mlabels">
  89. <tr>
  90. <td class="mlabels-left">
  91. <table class="memname">
  92. <tr>
  93. <td class="memname">DOMImplementationList::DOMImplementationList </td>
  94. <td>(</td>
  95. <td class="paramname"></td><td>)</td>
  96. <td></td>
  97. </tr>
  98. </table>
  99. </td>
  100. <td class="mlabels-right">
  101. <span class="mlabels"><span class="mlabel">protected</span></span> </td>
  102. </tr>
  103. </table>
  104. </div><div class="memdoc">
  105. </div>
  106. </div>
  107. <a class="anchor" id="ac79e641aaa399909f32ac7166cabb65b"></a>
  108. <div class="memitem">
  109. <div class="memproto">
  110. <table class="mlabels">
  111. <tr>
  112. <td class="mlabels-left">
  113. <table class="memname">
  114. <tr>
  115. <td class="memname">virtual DOMImplementationList::~DOMImplementationList </td>
  116. <td>(</td>
  117. <td class="paramname"></td><td>)</td>
  118. <td></td>
  119. </tr>
  120. </table>
  121. </td>
  122. <td class="mlabels-right">
  123. <span class="mlabels"><span class="mlabel">virtual</span></span> </td>
  124. </tr>
  125. </table>
  126. </div><div class="memdoc">
  127. <p>Destructor. </p>
  128. </div>
  129. </div>
  130. <h2 class="groupheader">Member Function Documentation</h2>
  131. <a class="anchor" id="a350432b9584f8a1609a36fc20ee2d32e"></a>
  132. <div class="memitem">
  133. <div class="memproto">
  134. <table class="mlabels">
  135. <tr>
  136. <td class="mlabels-left">
  137. <table class="memname">
  138. <tr>
  139. <td class="memname">virtual <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#ac0f7e36996cd03eb43bcee10321f77cd">XMLSize_t</a> DOMImplementationList::getLength </td>
  140. <td>(</td>
  141. <td class="paramname"></td><td>)</td>
  142. <td> const</td>
  143. </tr>
  144. </table>
  145. </td>
  146. <td class="mlabels-right">
  147. <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
  148. </tr>
  149. </table>
  150. </div><div class="memdoc">
  151. <p>Returns the number of <a class="el" href="classDOMImplementation.html" title="The DOMImplementation interface provides a number of methods for performing operations that are indep...">DOMImplementation</a> in the list. </p>
  152. <p>The range of valid child node indices is 0 to <code>length-1</code> inclusive. </p><dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
  153. </div>
  154. </div>
  155. <a class="anchor" id="a55c29996a93dc51373fa73389f02624d"></a>
  156. <div class="memitem">
  157. <div class="memproto">
  158. <table class="mlabels">
  159. <tr>
  160. <td class="mlabels-left">
  161. <table class="memname">
  162. <tr>
  163. <td class="memname">virtual <a class="el" href="classDOMImplementation.html">DOMImplementation</a>* DOMImplementationList::item </td>
  164. <td>(</td>
  165. <td class="paramtype"><a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#ac0f7e36996cd03eb43bcee10321f77cd">XMLSize_t</a>&#160;</td>
  166. <td class="paramname"><em>index</em></td><td>)</td>
  167. <td> const</td>
  168. </tr>
  169. </table>
  170. </td>
  171. <td class="mlabels-right">
  172. <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
  173. </tr>
  174. </table>
  175. </div><div class="memdoc">
  176. <p>Returns the <code>index</code> item in the collection. </p>
  177. <p>If <code>index</code> is greater than or equal to the number of <a class="el" href="classDOMImplementation.html" title="The DOMImplementation interface provides a number of methods for performing operations that are indep...">DOMImplementation</a> in the list, this returns <code>null</code>.</p>
  178. <dl class="params"><dt>Parameters</dt><dd>
  179. <table class="params">
  180. <tr><td class="paramname">index</td><td>Index into the collection. </td></tr>
  181. </table>
  182. </dd>
  183. </dl>
  184. <dl class="section return"><dt>Returns</dt><dd>The <a class="el" href="classDOMImplementation.html" title="The DOMImplementation interface provides a number of methods for performing operations that are indep...">DOMImplementation</a> at the <code>index</code>th position in the <code><a class="el" href="classDOMImplementationList.html" title="The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implemen...">DOMImplementationList</a></code>, or <code>null</code> if that is not a valid index. </dd></dl>
  185. <dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
  186. </div>
  187. </div>
  188. <a class="anchor" id="a9e4536c6c81cee68cffc74cf9284180a"></a>
  189. <div class="memitem">
  190. <div class="memproto">
  191. <table class="mlabels">
  192. <tr>
  193. <td class="mlabels-left">
  194. <table class="memname">
  195. <tr>
  196. <td class="memname">virtual void DOMImplementationList::release </td>
  197. <td>(</td>
  198. <td class="paramname"></td><td>)</td>
  199. <td></td>
  200. </tr>
  201. </table>
  202. </td>
  203. <td class="mlabels-right">
  204. <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
  205. </tr>
  206. </table>
  207. </div><div class="memdoc">
  208. <p>Called to indicate that this list is no longer in use and that the implementation may relinquish any resources associated with it and its associated children. </p>
  209. <p>Access to a released object will lead to unexpected result. </p>
  210. </div>
  211. </div>
  212. <hr/>The documentation for this class was generated from the following file:<ul>
  213. <li><a class="el" href="DOMImplementationList_8hpp_source.html">DOMImplementationList.hpp</a></li>
  214. </ul>
  215. </div><!-- contents -->
  216. <!-- start footer part -->
  217. <hr class="footer"/><address class="footer"><small>
  218. Generated on Wed Mar 18 2015 10:43:38 for Xerces-C++ by &#160;<a href="http://www.doxygen.org/index.html">
  219. <img class="footer" src="doxygen.png" alt="doxygen"/>
  220. </a> 1.8.9.1
  221. </small></address>
  222. </body>
  223. </html>