Imported Upstream version 4.5.2
[platform/upstream/python-lxml.git] / doc / html / api / cssselect.xpath.ExpressionError-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>cssselect.xpath.ExpressionError</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         cssselect ::
46         xpath ::
47         ExpressionError ::
48         Class&nbsp;ExpressionError
49       </span>
50     </td>
51     <td>
52       <table cellpadding="0" cellspacing="0">
53         <!-- hide/show private -->
54         <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
55     onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
56         <tr><td align="right"><span class="options"
57             >[<a href="frames.html" target="_top">frames</a
58             >]&nbsp;|&nbsp;<a href="cssselect.xpath.ExpressionError-class.html"
59             target="_top">no&nbsp;frames</a>]</span></td></tr>
60       </table>
61     </td>
62   </tr>
63 </table>
64 <!-- ==================== CLASS DESCRIPTION ==================== -->
65 <h1 class="epydoc">Class ExpressionError</h1><p class="nomargin-top"></p>
66 <pre class="base-tree">
67                   object --+            
68                            |            
69     exceptions.BaseException --+        
70                                |        
71             exceptions.Exception --+    
72                                    |    
73                 <a href="cssselect.parser.SelectorError-class.html">parser.SelectorError</a> --+
74                                        |
75               object --+               |
76                        |               |
77 exceptions.BaseException --+           |
78                            |           |
79         exceptions.Exception --+       |
80                                |       |
81         exceptions.StandardError --+   |
82                                    |   |
83              exceptions.RuntimeError --+
84                                        |
85                                       <strong class="uidshort">ExpressionError</strong>
86 </pre>
87
88 <hr />
89 Unknown or unsupported selector (eg. pseudo-class).
90
91 <!-- ==================== INSTANCE METHODS ==================== -->
92 <a name="section-InstanceMethods"></a>
93 <table class="summary" border="1" cellpadding="3"
94        cellspacing="0" width="100%" bgcolor="white">
95 <tr bgcolor="#70b0f0" class="table-header">
96   <td colspan="2" class="table-header">
97     <table border="0" cellpadding="0" cellspacing="0" width="100%">
98       <tr valign="top">
99         <td align="left"><span class="table-header">Instance Methods</span></td>
100         <td align="right" valign="top"
101          ><span class="options">[<a href="#section-InstanceMethods"
102          class="privatelink" onclick="toggle_private();"
103          >hide private</a>]</span></td>
104       </tr>
105     </table>
106   </td>
107 </tr>
108   <tr>
109     <td colspan="2" class="summary">
110     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.RuntimeError</code></b>:
111       <code>__init__</code>,
112       <code>__new__</code>
113       </p>
114     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
115       <code>__delattr__</code>,
116       <code>__getattribute__</code>,
117       <code>__getitem__</code>,
118       <code>__getslice__</code>,
119       <code>__reduce__</code>,
120       <code>__repr__</code>,
121       <code>__setattr__</code>,
122       <code>__setstate__</code>,
123       <code>__str__</code>,
124       <code>__unicode__</code>
125       </p>
126     <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
127       <code>__format__</code>,
128       <code>__hash__</code>,
129       <code>__reduce_ex__</code>,
130       <code>__sizeof__</code>,
131       <code>__subclasshook__</code>
132       </p>
133     </td>
134   </tr>
135 </table>
136 <!-- ==================== PROPERTIES ==================== -->
137 <a name="section-Properties"></a>
138 <table class="summary" border="1" cellpadding="3"
139        cellspacing="0" width="100%" bgcolor="white">
140 <tr bgcolor="#70b0f0" class="table-header">
141   <td colspan="2" class="table-header">
142     <table border="0" cellpadding="0" cellspacing="0" width="100%">
143       <tr valign="top">
144         <td align="left"><span class="table-header">Properties</span></td>
145         <td align="right" valign="top"
146          ><span class="options">[<a href="#section-Properties"
147          class="privatelink" onclick="toggle_private();"
148          >hide private</a>]</span></td>
149       </tr>
150     </table>
151   </td>
152 </tr>
153   <tr>
154     <td colspan="2" class="summary">
155     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
156       <code>args</code>,
157       <code>message</code>
158       </p>
159     <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
160       <code>__class__</code>
161       </p>
162     </td>
163   </tr>
164 </table>
165 <!-- ==================== NAVIGATION BAR ==================== -->
166 <table class="navbar" border="0" width="100%" cellpadding="0"
167        bgcolor="#a0c0ff" cellspacing="0">
168   <tr valign="middle">
169   <!-- Home link -->
170       <th>&nbsp;&nbsp;&nbsp;<a
171         href="lxml-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
172
173   <!-- Tree link -->
174       <th>&nbsp;&nbsp;&nbsp;<a
175         href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
176
177   <!-- Index link -->
178       <th>&nbsp;&nbsp;&nbsp;<a
179         href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
180
181   <!-- Help link -->
182       <th>&nbsp;&nbsp;&nbsp;<a
183         href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
184
185   <!-- Project homepage -->
186       <th class="navbar" align="right" width="100%">
187         <table border="0" cellpadding="0" cellspacing="0">
188           <tr><th class="navbar" align="center"
189             ><a class="navbar" target="_top" href="/">lxml API</a></th>
190           </tr></table></th>
191   </tr>
192 </table>
193 <table border="0" cellpadding="0" cellspacing="0" width="100%%">
194   <tr>
195     <td align="left" class="footer">
196     Generated by Epydoc 3.0.1
197     on Thu Jul  9 18:29:53 2020
198     </td>
199     <td align="right" class="footer">
200       <a target="mainFrame" href="http://epydoc.sourceforge.net"
201         >http://epydoc.sourceforge.net</a>
202     </td>
203   </tr>
204 </table>
205
206 <script type="text/javascript">
207   <!--
208   // Private objects are initially displayed (because if
209   // javascript is turned off then we want them to be
210   // visible); but by default, we want to hide them.  So hide
211   // them unless we have a cookie that says to show them.
212   checkCookie();
213   // -->
214 </script>
215 </body>
216 </html>