Imported Upstream version 2.3.5
[platform/upstream/python-lxml.git] / doc / html / api / lxml.cssselect.String-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.cssselect.String</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.cssselect-module.html">Module&nbsp;cssselect</a> ::
47         Class&nbsp;String
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.cssselect.String-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 String</h1><p class="nomargin-top"><span class="codelink"><a href="lxml.cssselect-pysrc.html#String">source&nbsp;code</a></span></p>
65 <pre class="base-tree">
66 object --+            
67          |            
68 basestring --+        
69              |        
70        unicode --+    
71                  |    
72          <a href="lxml.cssselect._UniToken-class.html" onclick="show_private();">_UniToken</a> --+
73                      |
74                     <strong class="uidshort">String</strong>
75 </pre>
76
77 <hr />
78 <!-- ==================== INSTANCE METHODS ==================== -->
79 <a name="section-InstanceMethods"></a>
80 <table class="summary" border="1" cellpadding="3"
81        cellspacing="0" width="100%" bgcolor="white">
82 <tr bgcolor="#70b0f0" class="table-header">
83   <td colspan="2" class="table-header">
84     <table border="0" cellpadding="0" cellspacing="0" width="100%">
85       <tr valign="top">
86         <td align="left"><span class="table-header">Instance Methods</span></td>
87         <td align="right" valign="top"
88          ><span class="options">[<a href="#section-InstanceMethods"
89          class="privatelink" onclick="toggle_private();"
90          >hide private</a>]</span></td>
91       </tr>
92     </table>
93   </td>
94 </tr>
95   <tr>
96     <td colspan="2" class="summary">
97     <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.cssselect._UniToken-class.html" onclick="show_private();">_UniToken</a></code></b>:
98       <code><a href="lxml.cssselect._UniToken-class.html#__repr__">__repr__</a></code>
99       </p>
100     <p class="indent-wrapped-lines"><b>Inherited from <code>unicode</code></b>:
101       <code>__add__</code>,
102       <code>__contains__</code>,
103       <code>__eq__</code>,
104       <code>__format__</code>,
105       <code>__ge__</code>,
106       <code>__getattribute__</code>,
107       <code>__getitem__</code>,
108       <code>__getnewargs__</code>,
109       <code>__getslice__</code>,
110       <code>__gt__</code>,
111       <code>__hash__</code>,
112       <code>__le__</code>,
113       <code>__len__</code>,
114       <code>__lt__</code>,
115       <code>__mod__</code>,
116       <code>__mul__</code>,
117       <code>__ne__</code>,
118       <code>__rmod__</code>,
119       <code>__rmul__</code>,
120       <code>__sizeof__</code>,
121       <code>__str__</code>,
122       <code>capitalize</code>,
123       <code>center</code>,
124       <code>count</code>,
125       <code>decode</code>,
126       <code>encode</code>,
127       <code>endswith</code>,
128       <code>expandtabs</code>,
129       <code>find</code>,
130       <code>format</code>,
131       <code>index</code>,
132       <code>isalnum</code>,
133       <code>isalpha</code>,
134       <code>isdecimal</code>,
135       <code>isdigit</code>,
136       <code>islower</code>,
137       <code>isnumeric</code>,
138       <code>isspace</code>,
139       <code>istitle</code>,
140       <code>isupper</code>,
141       <code>join</code>,
142       <code>ljust</code>,
143       <code>lower</code>,
144       <code>lstrip</code>,
145       <code>partition</code>,
146       <code>replace</code>,
147       <code>rfind</code>,
148       <code>rindex</code>,
149       <code>rjust</code>,
150       <code>rpartition</code>,
151       <code>rsplit</code>,
152       <code>rstrip</code>,
153       <code>split</code>,
154       <code>splitlines</code>,
155       <code>startswith</code>,
156       <code>strip</code>,
157       <code>swapcase</code>,
158       <code>title</code>,
159       <code>translate</code>,
160       <code>upper</code>,
161       <code>zfill</code>
162       </p>
163     <div class="private">    <p class="indent-wrapped-lines"><b>Inherited from <code>unicode</code></b> (private):
164       <code>_formatter_field_name_split</code>,
165       <code>_formatter_parser</code>
166       </p></div>
167     <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
168       <code>__delattr__</code>,
169       <code>__init__</code>,
170       <code>__reduce__</code>,
171       <code>__reduce_ex__</code>,
172       <code>__setattr__</code>,
173       <code>__subclasshook__</code>
174       </p>
175     </td>
176   </tr>
177 </table>
178 <!-- ==================== STATIC METHODS ==================== -->
179 <a name="section-StaticMethods"></a>
180 <table class="summary" border="1" cellpadding="3"
181        cellspacing="0" width="100%" bgcolor="white">
182 <tr bgcolor="#70b0f0" class="table-header">
183   <td colspan="2" class="table-header">
184     <table border="0" cellpadding="0" cellspacing="0" width="100%">
185       <tr valign="top">
186         <td align="left"><span class="table-header">Static Methods</span></td>
187         <td align="right" valign="top"
188          ><span class="options">[<a href="#section-StaticMethods"
189          class="privatelink" onclick="toggle_private();"
190          >hide private</a>]</span></td>
191       </tr>
192     </table>
193   </td>
194 </tr>
195   <tr>
196     <td colspan="2" class="summary">
197     <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.cssselect._UniToken-class.html" onclick="show_private();">_UniToken</a></code></b>:
198       <code><a href="lxml.cssselect._UniToken-class.html#__new__">__new__</a></code>
199       </p>
200     </td>
201   </tr>
202 </table>
203 <!-- ==================== PROPERTIES ==================== -->
204 <a name="section-Properties"></a>
205 <table class="summary" border="1" cellpadding="3"
206        cellspacing="0" width="100%" bgcolor="white">
207 <tr bgcolor="#70b0f0" class="table-header">
208   <td colspan="2" class="table-header">
209     <table border="0" cellpadding="0" cellspacing="0" width="100%">
210       <tr valign="top">
211         <td align="left"><span class="table-header">Properties</span></td>
212         <td align="right" valign="top"
213          ><span class="options">[<a href="#section-Properties"
214          class="privatelink" onclick="toggle_private();"
215          >hide private</a>]</span></td>
216       </tr>
217     </table>
218   </td>
219 </tr>
220   <tr>
221     <td colspan="2" class="summary">
222     <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
223       <code>__class__</code>
224       </p>
225     </td>
226   </tr>
227 </table>
228 <!-- ==================== NAVIGATION BAR ==================== -->
229 <table class="navbar" border="0" width="100%" cellpadding="0"
230        bgcolor="#a0c0ff" cellspacing="0">
231   <tr valign="middle">
232   <!-- Home link -->
233       <th>&nbsp;&nbsp;&nbsp;<a
234         href="lxml-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
235
236   <!-- Tree link -->
237       <th>&nbsp;&nbsp;&nbsp;<a
238         href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
239
240   <!-- Index link -->
241       <th>&nbsp;&nbsp;&nbsp;<a
242         href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
243
244   <!-- Help link -->
245       <th>&nbsp;&nbsp;&nbsp;<a
246         href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
247
248   <!-- Project homepage -->
249       <th class="navbar" align="right" width="100%">
250         <table border="0" cellpadding="0" cellspacing="0">
251           <tr><th class="navbar" align="center"
252             ><a class="navbar" target="_top" href="/">lxml API</a></th>
253           </tr></table></th>
254   </tr>
255 </table>
256 <table border="0" cellpadding="0" cellspacing="0" width="100%%">
257   <tr>
258     <td align="left" class="footer">
259     Generated by Epydoc 3.0.1 on Tue Jul 31 10:14:18 2012
260     </td>
261     <td align="right" class="footer">
262       <a target="mainFrame" href="http://epydoc.sourceforge.net"
263         >http://epydoc.sourceforge.net</a>
264     </td>
265   </tr>
266 </table>
267
268 <script type="text/javascript">
269   <!--
270   // Private objects are initially displayed (because if
271   // javascript is turned off then we want them to be
272   // visible); but by default, we want to hide them.  So hide
273   // them unless we have a cookie that says to show them.
274   checkCookie();
275   // -->
276 </script>
277 </body>
278 </html>