Imported Upstream version 2.3.5
[platform/upstream/python-lxml.git] / doc / html / api / lxml.etree.XPathEvalError-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.XPathEvalError</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;XPathEvalError
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.XPathEvalError-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 XPathEvalError</h1><p class="nomargin-top"></p>
65 <pre class="base-tree">
66               object --+                    
67                        |                    
68 exceptions.BaseException --+                
69                            |                
70         exceptions.Exception --+            
71                                |            
72                            <a href="lxml.etree.Error-class.html">Error</a> --+        
73                                    |        
74                            <a href="lxml.etree.LxmlError-class.html">LxmlError</a> --+    
75                                        |    
76                               <a href="lxml.etree.XPathError-class.html">XPathError</a> --+
77                                            |
78                                           <strong class="uidshort">XPathEvalError</strong>
79 </pre>
80
81 <dl><dt>Known Subclasses:</dt>
82 <dd>
83       <ul class="subclass-list">
84 <li><a href="lxml.etree.XPathFunctionError-class.html">XPathFunctionError</a></li><li>, <a href="lxml.etree.XPathResultError-class.html">XPathResultError</a></li>  </ul>
85 </dd></dl>
86
87 <hr />
88 Error during XPath evaluation.
89
90 <!-- ==================== INSTANCE METHODS ==================== -->
91 <a name="section-InstanceMethods"></a>
92 <table class="summary" border="1" cellpadding="3"
93        cellspacing="0" width="100%" bgcolor="white">
94 <tr bgcolor="#70b0f0" class="table-header">
95   <td colspan="2" class="table-header">
96     <table border="0" cellpadding="0" cellspacing="0" width="100%">
97       <tr valign="top">
98         <td align="left"><span class="table-header">Instance Methods</span></td>
99         <td align="right" valign="top"
100          ><span class="options">[<a href="#section-InstanceMethods"
101          class="privatelink" onclick="toggle_private();"
102          >hide private</a>]</span></td>
103       </tr>
104     </table>
105   </td>
106 </tr>
107   <tr>
108     <td colspan="2" class="summary">
109     <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.etree.LxmlError-class.html">LxmlError</a></code></b>:
110       <code><a href="lxml.etree.LxmlError-class.html#__init__">__init__</a></code>
111       </p>
112     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>:
113       <code>__new__</code>
114       </p>
115     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
116       <code>__delattr__</code>,
117       <code>__getattribute__</code>,
118       <code>__getitem__</code>,
119       <code>__getslice__</code>,
120       <code>__reduce__</code>,
121       <code>__repr__</code>,
122       <code>__setattr__</code>,
123       <code>__setstate__</code>,
124       <code>__str__</code>,
125       <code>__unicode__</code>
126       </p>
127     <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
128       <code>__format__</code>,
129       <code>__hash__</code>,
130       <code>__reduce_ex__</code>,
131       <code>__sizeof__</code>,
132       <code>__subclasshook__</code>
133       </p>
134     </td>
135   </tr>
136 </table>
137 <!-- ==================== PROPERTIES ==================== -->
138 <a name="section-Properties"></a>
139 <table class="summary" border="1" cellpadding="3"
140        cellspacing="0" width="100%" bgcolor="white">
141 <tr bgcolor="#70b0f0" class="table-header">
142   <td colspan="2" class="table-header">
143     <table border="0" cellpadding="0" cellspacing="0" width="100%">
144       <tr valign="top">
145         <td align="left"><span class="table-header">Properties</span></td>
146         <td align="right" valign="top"
147          ><span class="options">[<a href="#section-Properties"
148          class="privatelink" onclick="toggle_private();"
149          >hide private</a>]</span></td>
150       </tr>
151     </table>
152   </td>
153 </tr>
154   <tr>
155     <td colspan="2" class="summary">
156     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
157       <code>args</code>,
158       <code>message</code>
159       </p>
160     <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
161       <code>__class__</code>
162       </p>
163     </td>
164   </tr>
165 </table>
166 <!-- ==================== NAVIGATION BAR ==================== -->
167 <table class="navbar" border="0" width="100%" cellpadding="0"
168        bgcolor="#a0c0ff" cellspacing="0">
169   <tr valign="middle">
170   <!-- Home link -->
171       <th>&nbsp;&nbsp;&nbsp;<a
172         href="lxml-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
173
174   <!-- Tree link -->
175       <th>&nbsp;&nbsp;&nbsp;<a
176         href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
177
178   <!-- Index link -->
179       <th>&nbsp;&nbsp;&nbsp;<a
180         href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
181
182   <!-- Help link -->
183       <th>&nbsp;&nbsp;&nbsp;<a
184         href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
185
186   <!-- Project homepage -->
187       <th class="navbar" align="right" width="100%">
188         <table border="0" cellpadding="0" cellspacing="0">
189           <tr><th class="navbar" align="center"
190             ><a class="navbar" target="_top" href="/">lxml API</a></th>
191           </tr></table></th>
192   </tr>
193 </table>
194 <table border="0" cellpadding="0" cellspacing="0" width="100%%">
195   <tr>
196     <td align="left" class="footer">
197     Generated by Epydoc 3.0.1 on Tue Jul 31 10:14:18 2012
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>