Imported Upstream version 4.5.2
[platform/upstream/python-lxml.git] / doc / html / api / lxml.etree._ElementStringResult-class.html
1 <?xml version="1.0" encoding="ascii"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3           "DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 <head>
6   <title>lxml.etree._ElementStringResult</title>
7   <link rel="stylesheet" href="epydoc.css" type="text/css" />
8   <script type="text/javascript" src="epydoc.js"></script>
9 </head>
10
11 <body bgcolor="white" text="black" link="blue" vlink="#204080"
12       alink="#204080">
13 <!-- ==================== NAVIGATION BAR ==================== -->
14 <table class="navbar" border="0" width="100%" cellpadding="0"
15        bgcolor="#a0c0ff" cellspacing="0">
16   <tr valign="middle">
17   <!-- Home link -->
18       <th>&nbsp;&nbsp;&nbsp;<a
19         href="lxml-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
20
21   <!-- Tree link -->
22       <th>&nbsp;&nbsp;&nbsp;<a
23         href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
24
25   <!-- Index link -->
26       <th>&nbsp;&nbsp;&nbsp;<a
27         href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
28
29   <!-- Help link -->
30       <th>&nbsp;&nbsp;&nbsp;<a
31         href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
32
33   <!-- Project homepage -->
34       <th class="navbar" align="right" width="100%">
35         <table border="0" cellpadding="0" cellspacing="0">
36           <tr><th class="navbar" align="center"
37             ><a class="navbar" target="_top" href="/">lxml API</a></th>
38           </tr></table></th>
39   </tr>
40 </table>
41 <table width="100%" cellpadding="0" cellspacing="0">
42   <tr valign="top">
43     <td width="100%">
44       <span class="breadcrumbs">
45         <a href="lxml-module.html">Package&nbsp;lxml</a> ::
46         <a href="lxml.etree-module.html">Module&nbsp;etree</a> ::
47         Class&nbsp;_ElementStringResult
48       </span>
49     </td>
50     <td>
51       <table cellpadding="0" cellspacing="0">
52         <!-- hide/show private -->
53         <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
54     onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
55         <tr><td align="right"><span class="options"
56             >[<a href="frames.html" target="_top">frames</a
57             >]&nbsp;|&nbsp;<a href="lxml.etree._ElementStringResult-class.html"
58             target="_top">no&nbsp;frames</a>]</span></td></tr>
59       </table>
60     </td>
61   </tr>
62 </table>
63 <!-- ==================== CLASS DESCRIPTION ==================== -->
64 <h1 class="epydoc">Class _ElementStringResult</h1><p class="nomargin-top"></p>
65 <pre class="base-tree">
66 object --+        
67          |        
68 basestring --+    
69              |    
70            <a href="str-class.html">str</a> --+
71                  |
72                 <strong class="uidshort">_ElementStringResult</strong>
73 </pre>
74
75 <hr />
76 <!-- ==================== INSTANCE METHODS ==================== -->
77 <a name="section-InstanceMethods"></a>
78 <table class="summary" border="1" cellpadding="3"
79        cellspacing="0" width="100%" bgcolor="white">
80 <tr bgcolor="#70b0f0" class="table-header">
81   <td colspan="2" class="table-header">
82     <table border="0" cellpadding="0" cellspacing="0" width="100%">
83       <tr valign="top">
84         <td align="left"><span class="table-header">Instance Methods</span></td>
85         <td align="right" valign="top"
86          ><span class="options">[<a href="#section-InstanceMethods"
87          class="privatelink" onclick="toggle_private();"
88          >hide private</a>]</span></td>
89       </tr>
90     </table>
91   </td>
92 </tr>
93 <tr>
94     <td width="15%" align="right" valign="top" class="summary">
95       <span class="summary-type">&nbsp;</span>
96     </td><td class="summary">
97       <table width="100%" cellpadding="0" cellspacing="0" border="0">
98         <tr>
99           <td><span class="summary-sig"><a name="getparent"></a><span class="summary-sig-name">getparent</span>(<span class="summary-sig-arg">...</span>)</span></td>
100           <td align="right" valign="top">
101             
102             
103           </td>
104         </tr>
105       </table>
106       
107     </td>
108   </tr>
109   <tr>
110     <td colspan="2" class="summary">
111     <p class="indent-wrapped-lines"><b>Inherited from <code><a href="str-class.html">str</a></code></b>:
112       <code><a href="str-class.html#__add__">__add__</a></code>,
113       <code><a href="str-class.html#__contains__">__contains__</a></code>,
114       <code><a href="str-class.html#__eq__">__eq__</a></code>,
115       <code><a href="str-class.html#__format__">__format__</a></code>,
116       <code><a href="str-class.html#__ge__">__ge__</a></code>,
117       <code><a href="str-class.html#__getattribute__">__getattribute__</a></code>,
118       <code><a href="str-class.html#__getitem__">__getitem__</a></code>,
119       <code><a href="str-class.html#__getnewargs__">__getnewargs__</a></code>,
120       <code><a href="str-class.html#__getslice__">__getslice__</a></code>,
121       <code><a href="str-class.html#__gt__">__gt__</a></code>,
122       <code><a href="str-class.html#__hash__">__hash__</a></code>,
123       <code><a href="str-class.html#__le__">__le__</a></code>,
124       <code><a href="str-class.html#__len__">__len__</a></code>,
125       <code><a href="str-class.html#__lt__">__lt__</a></code>,
126       <code><a href="str-class.html#__mod__">__mod__</a></code>,
127       <code><a href="str-class.html#__mul__">__mul__</a></code>,
128       <code><a href="str-class.html#__ne__">__ne__</a></code>,
129       <code><a href="str-class.html#__new__">__new__</a></code>,
130       <code><a href="str-class.html#__repr__">__repr__</a></code>,
131       <code><a href="str-class.html#__rmod__">__rmod__</a></code>,
132       <code><a href="str-class.html#__rmul__">__rmul__</a></code>,
133       <code><a href="str-class.html#__sizeof__">__sizeof__</a></code>,
134       <code><a href="str-class.html#__str__">__str__</a></code>,
135       <code><a href="str-class.html#capitalize">capitalize</a></code>,
136       <code><a href="str-class.html#center">center</a></code>,
137       <code><a href="str-class.html#count">count</a></code>,
138       <code><a href="str-class.html#decode">decode</a></code>,
139       <code><a href="str-class.html#encode">encode</a></code>,
140       <code><a href="str-class.html#endswith">endswith</a></code>,
141       <code><a href="str-class.html#expandtabs">expandtabs</a></code>,
142       <code><a href="str-class.html#find">find</a></code>,
143       <code><a href="str-class.html#format">format</a></code>,
144       <code><a href="str-class.html#index">index</a></code>,
145       <code><a href="str-class.html#isalnum">isalnum</a></code>,
146       <code><a href="str-class.html#isalpha">isalpha</a></code>,
147       <code><a href="str-class.html#isdigit">isdigit</a></code>,
148       <code><a href="str-class.html#islower">islower</a></code>,
149       <code><a href="str-class.html#isspace">isspace</a></code>,
150       <code><a href="str-class.html#istitle">istitle</a></code>,
151       <code><a href="str-class.html#isupper">isupper</a></code>,
152       <code><a href="str-class.html#join">join</a></code>,
153       <code><a href="str-class.html#ljust">ljust</a></code>,
154       <code><a href="str-class.html#lower">lower</a></code>,
155       <code><a href="str-class.html#lstrip">lstrip</a></code>,
156       <code><a href="str-class.html#partition">partition</a></code>,
157       <code><a href="str-class.html#replace">replace</a></code>,
158       <code><a href="str-class.html#rfind">rfind</a></code>,
159       <code><a href="str-class.html#rindex">rindex</a></code>,
160       <code><a href="str-class.html#rjust">rjust</a></code>,
161       <code><a href="str-class.html#rpartition">rpartition</a></code>,
162       <code><a href="str-class.html#rsplit">rsplit</a></code>,
163       <code><a href="str-class.html#rstrip">rstrip</a></code>,
164       <code><a href="str-class.html#split">split</a></code>,
165       <code><a href="str-class.html#splitlines">splitlines</a></code>,
166       <code><a href="str-class.html#startswith">startswith</a></code>,
167       <code><a href="str-class.html#strip">strip</a></code>,
168       <code><a href="str-class.html#swapcase">swapcase</a></code>,
169       <code><a href="str-class.html#title">title</a></code>,
170       <code><a href="str-class.html#translate">translate</a></code>,
171       <code><a href="str-class.html#upper">upper</a></code>,
172       <code><a href="str-class.html#zfill">zfill</a></code>
173       </p>
174     <div class="private">    <p class="indent-wrapped-lines"><b>Inherited from <code><a href="str-class.html">str</a></code></b> (private):
175       <code><a href="str-class.html#_formatter_field_name_split" onclick="show_private();">_formatter_field_name_split</a></code>,
176       <code><a href="str-class.html#_formatter_parser" onclick="show_private();">_formatter_parser</a></code>
177       </p></div>
178     <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
179       <code>__delattr__</code>,
180       <code>__init__</code>,
181       <code>__reduce__</code>,
182       <code>__reduce_ex__</code>,
183       <code>__setattr__</code>,
184       <code>__subclasshook__</code>
185       </p>
186     </td>
187   </tr>
188 </table>
189 <!-- ==================== CLASS VARIABLES ==================== -->
190 <a name="section-ClassVariables"></a>
191 <table class="summary" border="1" cellpadding="3"
192        cellspacing="0" width="100%" bgcolor="white">
193 <tr bgcolor="#70b0f0" class="table-header">
194   <td colspan="2" class="table-header">
195     <table border="0" cellpadding="0" cellspacing="0" width="100%">
196       <tr valign="top">
197         <td align="left"><span class="table-header">Class Variables</span></td>
198         <td align="right" valign="top"
199          ><span class="options">[<a href="#section-ClassVariables"
200          class="privatelink" onclick="toggle_private();"
201          >hide private</a>]</span></td>
202       </tr>
203     </table>
204   </td>
205 </tr>
206 <tr>
207     <td width="15%" align="right" valign="top" class="summary">
208       <span class="summary-type">&nbsp;</span>
209     </td><td class="summary">
210         <a name="__qualname__"></a><span class="summary-name">__qualname__</span> = <code title="'_ElementStringResult'"><code class="variable-quote">'</code><code class="variable-string">_ElementStringResult</code><code class="variable-quote">'</code></code>
211     </td>
212   </tr>
213 </table>
214 <!-- ==================== PROPERTIES ==================== -->
215 <a name="section-Properties"></a>
216 <table class="summary" border="1" cellpadding="3"
217        cellspacing="0" width="100%" bgcolor="white">
218 <tr bgcolor="#70b0f0" class="table-header">
219   <td colspan="2" class="table-header">
220     <table border="0" cellpadding="0" cellspacing="0" width="100%">
221       <tr valign="top">
222         <td align="left"><span class="table-header">Properties</span></td>
223         <td align="right" valign="top"
224          ><span class="options">[<a href="#section-Properties"
225          class="privatelink" onclick="toggle_private();"
226          >hide private</a>]</span></td>
227       </tr>
228     </table>
229   </td>
230 </tr>
231   <tr>
232     <td colspan="2" class="summary">
233     <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
234       <code>__class__</code>
235       </p>
236     </td>
237   </tr>
238 </table>
239 <!-- ==================== NAVIGATION BAR ==================== -->
240 <table class="navbar" border="0" width="100%" cellpadding="0"
241        bgcolor="#a0c0ff" cellspacing="0">
242   <tr valign="middle">
243   <!-- Home link -->
244       <th>&nbsp;&nbsp;&nbsp;<a
245         href="lxml-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
246
247   <!-- Tree link -->
248       <th>&nbsp;&nbsp;&nbsp;<a
249         href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
250
251   <!-- Index link -->
252       <th>&nbsp;&nbsp;&nbsp;<a
253         href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
254
255   <!-- Help link -->
256       <th>&nbsp;&nbsp;&nbsp;<a
257         href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
258
259   <!-- Project homepage -->
260       <th class="navbar" align="right" width="100%">
261         <table border="0" cellpadding="0" cellspacing="0">
262           <tr><th class="navbar" align="center"
263             ><a class="navbar" target="_top" href="/">lxml API</a></th>
264           </tr></table></th>
265   </tr>
266 </table>
267 <table border="0" cellpadding="0" cellspacing="0" width="100%%">
268   <tr>
269     <td align="left" class="footer">
270     Generated by Epydoc 3.0.1
271     on Thu Jul  9 18:29:53 2020
272     </td>
273     <td align="right" class="footer">
274       <a target="mainFrame" href="http://epydoc.sourceforge.net"
275         >http://epydoc.sourceforge.net</a>
276     </td>
277   </tr>
278 </table>
279
280 <script type="text/javascript">
281   <!--
282   // Private objects are initially displayed (because if
283   // javascript is turned off then we want them to be
284   // visible); but by default, we want to hide them.  So hide
285   // them unless we have a cookie that says to show them.
286   checkCookie();
287   // -->
288 </script>
289 </body>
290 </html>