Upload Tizen:Base source
[toolchains/python-lxml.git] / doc / html / api / lxml.ElementInclude.FatalIncludeError-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.ElementInclude.FatalIncludeError</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="http://codespeak.net/lxml/">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.ElementInclude-module.html">Module&nbsp;ElementInclude</a> ::
47         Class&nbsp;FatalIncludeError
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.ElementInclude.FatalIncludeError-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 FatalIncludeError</h1><p class="nomargin-top"><span class="codelink"><a href="lxml.ElementInclude-pysrc.html#FatalIncludeError">source&nbsp;code</a></span></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">etree.Error</a> --+        
73                                    |        
74                      <a href="lxml.etree.LxmlError-class.html">etree.LxmlError</a> --+    
75                                        |    
76               object --+               |    
77                        |               |    
78 exceptions.BaseException --+           |    
79                            |           |    
80         exceptions.Exception --+       |    
81                                |       |    
82         exceptions.StandardError --+   |    
83                                    |   |    
84               exceptions.SyntaxError --+    
85                                        |    
86                    <a href="lxml.etree.LxmlSyntaxError-class.html">etree.LxmlSyntaxError</a> --+
87                                            |
88                                           <strong class="uidshort">FatalIncludeError</strong>
89 </pre>
90
91 <hr />
92 <!-- ==================== INSTANCE METHODS ==================== -->
93 <a name="section-InstanceMethods"></a>
94 <table class="summary" border="1" cellpadding="3"
95        cellspacing="0" width="100%" bgcolor="white">
96 <tr bgcolor="#70b0f0" class="table-header">
97   <td colspan="2" class="table-header">
98     <table border="0" cellpadding="0" cellspacing="0" width="100%">
99       <tr valign="top">
100         <td align="left"><span class="table-header">Instance Methods</span></td>
101         <td align="right" valign="top"
102          ><span class="options">[<a href="#section-InstanceMethods"
103          class="privatelink" onclick="toggle_private();"
104          >hide private</a>]</span></td>
105       </tr>
106     </table>
107   </td>
108 </tr>
109   <tr>
110     <td colspan="2" class="summary">
111     <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.etree.LxmlError-class.html">etree.LxmlError</a></code></b>:
112       <code><a href="lxml.etree.LxmlError-class.html#__init__">__init__</a></code>
113       </p>
114     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.SyntaxError</code></b>:
115       <code>__new__</code>,
116       <code>__str__</code>
117       </p>
118     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
119       <code>__delattr__</code>,
120       <code>__getattribute__</code>,
121       <code>__getitem__</code>,
122       <code>__getslice__</code>,
123       <code>__reduce__</code>,
124       <code>__repr__</code>,
125       <code>__setattr__</code>,
126       <code>__setstate__</code>
127       </p>
128     <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
129       <code>__hash__</code>,
130       <code>__reduce_ex__</code>
131       </p>
132     </td>
133   </tr>
134 </table>
135 <!-- ==================== PROPERTIES ==================== -->
136 <a name="section-Properties"></a>
137 <table class="summary" border="1" cellpadding="3"
138        cellspacing="0" width="100%" bgcolor="white">
139 <tr bgcolor="#70b0f0" class="table-header">
140   <td colspan="2" class="table-header">
141     <table border="0" cellpadding="0" cellspacing="0" width="100%">
142       <tr valign="top">
143         <td align="left"><span class="table-header">Properties</span></td>
144         <td align="right" valign="top"
145          ><span class="options">[<a href="#section-Properties"
146          class="privatelink" onclick="toggle_private();"
147          >hide private</a>]</span></td>
148       </tr>
149     </table>
150   </td>
151 </tr>
152   <tr>
153     <td colspan="2" class="summary">
154     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.SyntaxError</code></b>:
155       <code>filename</code>,
156       <code>lineno</code>,
157       <code>message</code>,
158       <code>msg</code>,
159       <code>offset</code>,
160       <code>print_file_and_line</code>,
161       <code>text</code>
162       </p>
163     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
164       <code>args</code>
165       </p>
166     <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
167       <code>__class__</code>
168       </p>
169     </td>
170   </tr>
171 </table>
172 <!-- ==================== NAVIGATION BAR ==================== -->
173 <table class="navbar" border="0" width="100%" cellpadding="0"
174        bgcolor="#a0c0ff" cellspacing="0">
175   <tr valign="middle">
176   <!-- Home link -->
177       <th>&nbsp;&nbsp;&nbsp;<a
178         href="lxml-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
179
180   <!-- Tree link -->
181       <th>&nbsp;&nbsp;&nbsp;<a
182         href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
183
184   <!-- Index link -->
185       <th>&nbsp;&nbsp;&nbsp;<a
186         href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
187
188   <!-- Help link -->
189       <th>&nbsp;&nbsp;&nbsp;<a
190         href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
191
192   <!-- Project homepage -->
193       <th class="navbar" align="right" width="100%">
194         <table border="0" cellpadding="0" cellspacing="0">
195           <tr><th class="navbar" align="center"
196             ><a class="navbar" target="_top" href="http://codespeak.net/lxml/">lxml API</a></th>
197           </tr></table></th>
198   </tr>
199 </table>
200 <table border="0" cellpadding="0" cellspacing="0" width="100%%">
201   <tr>
202     <td align="left" class="footer">
203     Generated by Epydoc 3.0 on Fri Oct 30 14:51:44 2009
204     </td>
205     <td align="right" class="footer">
206       <a target="mainFrame" href="http://epydoc.sourceforge.net"
207         >http://epydoc.sourceforge.net</a>
208     </td>
209   </tr>
210 </table>
211
212 <script type="text/javascript">
213   <!--
214   // Private objects are initially displayed (because if
215   // javascript is turned off then we want them to be
216   // visible); but by default, we want to hide them.  So hide
217   // them unless we have a cookie that says to show them.
218   checkCookie();
219   // -->
220 </script>
221 </body>
222 </html>