PageRenderTime 39ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/public_html/apidocs/pymine.beautifulsoup.BeautifulSoup.Comment.html

http://pymine.googlecode.com/
HTML | 268 lines | 175 code | 93 blank | 0 comment | 0 complexity | e5eb517e7e5d4619a1ce2c7588b85c26 MD5 | raw file
Possible License(s): Apache-2.0, LGPL-2.1
  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "DTD/xhtml1-strict.dtd">
  4. <html>
  5. <head>
  6. <title>API docs for &ldquo;pymine.beautifulsoup.BeautifulSoup.Comment&rdquo;</title>
  7. <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
  8. <link href="apidocs.css" type="text/css" rel="stylesheet" />
  9. </head>
  10. <body>
  11. <h1 class="class">Class p.b.B.Comment(<a href="pymine.beautifulsoup.BeautifulSoup.NavigableString.html">NavigableString</a>):</h1>
  12. <p>
  13. <span id="part">Part of <a href="pymine.html">pymine</a>.<a href="pymine.beautifulsoup.html">beautifulsoup</a>.<a href="pymine.beautifulsoup.BeautifulSoup.html">BeautifulSoup</a></span>
  14. <a href="classIndex.html#pymine.beautifulsoup.BeautifulSoup.Comment">View In Hierarchy</a>
  15. </p>
  16. <div>
  17. </div>
  18. <div class="undocumented">Undocumented</div>
  19. <div id="splitTables">
  20. <table class="children sortable" id="id54">
  21. <tr class="method">
  22. <td>Method</td>
  23. <td><a href="pymine.beautifulsoup.BeautifulSoup.Comment.html#__str__">__str__</a></td>
  24. <td><span class="undocumented">Undocumented</span></td>
  25. </tr>
  26. </table>
  27. <p>
  28. Inherited from <a href="pymine.beautifulsoup.BeautifulSoup.NavigableString.html">NavigableString</a>:
  29. </p>
  30. <table class="children sortable" id="id55">
  31. <tr class="basemethod">
  32. <td>Method</td>
  33. <td><a href="pymine.beautifulsoup.BeautifulSoup.NavigableString.html#__new__">__new__</a></td>
  34. <td><span>Create a new NavigableString.</span></td>
  35. </tr><tr class="basemethod">
  36. <td>Method</td>
  37. <td><a href="pymine.beautifulsoup.BeautifulSoup.NavigableString.html#__getnewargs__">__getnewargs__</a></td>
  38. <td><span class="undocumented">Undocumented</span></td>
  39. </tr><tr class="basemethod">
  40. <td>Method</td>
  41. <td><a href="pymine.beautifulsoup.BeautifulSoup.NavigableString.html#__getattr__">__getattr__</a></td>
  42. <td><span>text.string gives you text. This is for backwards</span></td>
  43. </tr><tr class="basemethod">
  44. <td>Method</td>
  45. <td><a href="pymine.beautifulsoup.BeautifulSoup.NavigableString.html#__unicode__">__unicode__</a></td>
  46. <td><span class="undocumented">Undocumented</span></td>
  47. </tr>
  48. </table>
  49. <p>
  50. Inherited from <a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html">PageElement</a> (via <a href="pymine.beautifulsoup.BeautifulSoup.NavigableString.html">NavigableString</a>):
  51. </p>
  52. <table class="children sortable" id="id56">
  53. <tr class="basemethod">
  54. <td>Method</td>
  55. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#setup">setup</a></td>
  56. <td><span>Sets up the initial relations between this element and</span></td>
  57. </tr><tr class="basemethod">
  58. <td>Method</td>
  59. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#replaceWith">replaceWith</a></td>
  60. <td><span class="undocumented">Undocumented</span></td>
  61. </tr><tr class="basemethod">
  62. <td>Method</td>
  63. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#replaceWithChildren">replaceWithChildren</a></td>
  64. <td><span class="undocumented">Undocumented</span></td>
  65. </tr><tr class="basemethod">
  66. <td>Method</td>
  67. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#extract">extract</a></td>
  68. <td><span>Destructively rips this element out of the tree.</span></td>
  69. </tr><tr class="basemethod">
  70. <td>Method</td>
  71. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#_lastRecursiveChild">_lastRecursiveChild</a></td>
  72. <td><span>Finds the last element beneath this object to be parsed.</span></td>
  73. </tr><tr class="basemethod">
  74. <td>Method</td>
  75. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#insert">insert</a></td>
  76. <td><span class="undocumented">Undocumented</span></td>
  77. </tr><tr class="basemethod">
  78. <td>Method</td>
  79. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#append">append</a></td>
  80. <td><span>Appends the given tag to the contents of this tag.</span></td>
  81. </tr><tr class="basemethod">
  82. <td>Method</td>
  83. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#findNext">findNext</a></td>
  84. <td><span>Returns the first item that matches the given criteria and</span></td>
  85. </tr><tr class="basemethod">
  86. <td>Method</td>
  87. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#findAllNext">findAllNext</a></td>
  88. <td><span>Returns all items that match the given criteria and appear</span></td>
  89. </tr><tr class="basemethod">
  90. <td>Method</td>
  91. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#findNextSibling">findNextSibling</a></td>
  92. <td><span>Returns the closest sibling to this Tag that matches the</span></td>
  93. </tr><tr class="basemethod">
  94. <td>Method</td>
  95. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#findNextSiblings">findNextSiblings</a></td>
  96. <td><span>Returns the siblings of this Tag that match the given</span></td>
  97. </tr><tr class="basemethod">
  98. <td>Method</td>
  99. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#findPrevious">findPrevious</a></td>
  100. <td><span>Returns the first item that matches the given criteria and</span></td>
  101. </tr><tr class="basemethod">
  102. <td>Method</td>
  103. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#findAllPrevious">findAllPrevious</a></td>
  104. <td><span>Returns all items that match the given criteria and appear</span></td>
  105. </tr><tr class="basemethod">
  106. <td>Method</td>
  107. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#findPreviousSibling">findPreviousSibling</a></td>
  108. <td><span>Returns the closest sibling to this Tag that matches the</span></td>
  109. </tr><tr class="basemethod">
  110. <td>Method</td>
  111. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#findPreviousSiblings">findPreviousSiblings</a></td>
  112. <td><span>Returns the siblings of this Tag that match the given</span></td>
  113. </tr><tr class="basemethod">
  114. <td>Method</td>
  115. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#findParent">findParent</a></td>
  116. <td><span>Returns the closest parent of this Tag that matches the given</span></td>
  117. </tr><tr class="basemethod">
  118. <td>Method</td>
  119. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#findParents">findParents</a></td>
  120. <td><span>Returns the parents of this Tag that match the given</span></td>
  121. </tr><tr class="basemethod">
  122. <td>Method</td>
  123. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#_findOne">_findOne</a></td>
  124. <td><span class="undocumented">Undocumented</span></td>
  125. </tr><tr class="basemethod">
  126. <td>Method</td>
  127. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#_findAll">_findAll</a></td>
  128. <td><span>Iterates over a generator looking for things that match.</span></td>
  129. </tr><tr class="basemethod">
  130. <td>Method</td>
  131. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#nextGenerator">nextGenerator</a></td>
  132. <td><span class="undocumented">Undocumented</span></td>
  133. </tr><tr class="basemethod">
  134. <td>Method</td>
  135. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#nextSiblingGenerator">nextSiblingGenerator</a></td>
  136. <td><span class="undocumented">Undocumented</span></td>
  137. </tr><tr class="basemethod">
  138. <td>Method</td>
  139. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#previousGenerator">previousGenerator</a></td>
  140. <td><span class="undocumented">Undocumented</span></td>
  141. </tr><tr class="basemethod">
  142. <td>Method</td>
  143. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#previousSiblingGenerator">previousSiblingGenerator</a></td>
  144. <td><span class="undocumented">Undocumented</span></td>
  145. </tr><tr class="basemethod">
  146. <td>Method</td>
  147. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#parentGenerator">parentGenerator</a></td>
  148. <td><span class="undocumented">Undocumented</span></td>
  149. </tr><tr class="basemethod">
  150. <td>Method</td>
  151. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#substituteEncoding">substituteEncoding</a></td>
  152. <td><span class="undocumented">Undocumented</span></td>
  153. </tr><tr class="basemethod">
  154. <td>Method</td>
  155. <td><a href="pymine.beautifulsoup.BeautifulSoup.PageElement.html#toEncoding">toEncoding</a></td>
  156. <td><span>Encodes an object to a string in some encoding, or to Unicode.</span></td>
  157. </tr>
  158. </table>
  159. </div>
  160. <div class="function">
  161. <a name="pymine.beautifulsoup.BeautifulSoup.Comment.__str__"></a>
  162. <a name="__str__"></a>
  163. <div class="functionHeader">
  164. def __str__(self, encoding=DEFAULT_OUTPUT_ENCODING):
  165. </div>
  166. <div class="functionBody">
  167. <div class="interfaceinfo">overrides <a href="pymine.beautifulsoup.BeautifulSoup.NavigableString.html#__str__">pymine.beautifulsoup.BeautifulSoup.NavigableString.__str__</a></div>
  168. <div class="undocumented">Undocumented</div>
  169. </div>
  170. </div>
  171. <address>
  172. <a href="index.html">API Documentation</a> for pymine, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2010-04-07 23:15:24.
  173. </address>
  174. </body>
  175. </html>