a5968b2eaa05d26417825d5ae1fa2c23d58efddd
[platform/upstream/python-lxml.git] / doc / html / api / lxml.ElementInclude.LimitedRecursiveIncludeError-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.LimitedRecursiveIncludeError</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.ElementInclude-module.html">Module&nbsp;ElementInclude</a> ::
47         Class&nbsp;LimitedRecursiveIncludeError
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.LimitedRecursiveIncludeError-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 LimitedRecursiveIncludeError</h1><p class="nomargin-top"><span class="codelink"><a href="lxml.ElementInclude-pysrc.html#LimitedRecursiveIncludeError">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                            <a href="lxml.ElementInclude.FatalIncludeError-class.html">FatalIncludeError</a> --+
89                                                |
90                                               <strong class="uidshort">LimitedRecursiveIncludeError</strong>
91 </pre>
92
93 <hr />
94 <!-- ==================== INSTANCE METHODS ==================== -->
95 <a name="section-InstanceMethods"></a>
96 <table class="summary" border="1" cellpadding="3"
97        cellspacing="0" width="100%" bgcolor="white">
98 <tr bgcolor="#70b0f0" class="table-header">
99   <td colspan="2" class="table-header">
100     <table border="0" cellpadding="0" cellspacing="0" width="100%">
101       <tr valign="top">
102         <td align="left"><span class="table-header">Instance Methods</span></td>
103         <td align="right" valign="top"
104          ><span class="options">[<a href="#section-InstanceMethods"
105          class="privatelink" onclick="toggle_private();"
106          >hide private</a>]</span></td>
107       </tr>
108     </table>
109   </td>
110 </tr>
111   <tr>
112     <td colspan="2" class="summary">
113     <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.etree.LxmlError-class.html">etree.LxmlError</a></code></b>:
114       <code><a href="lxml.etree.LxmlError-class.html#__init__">__init__</a></code>,
115       <code><a href="lxml.etree.LxmlError-class.html#__new__">__new__</a></code>
116       </p>
117     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.SyntaxError</code></b>:
118       <code>__str__</code>
119       </p>
120     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
121       <code>__delattr__</code>,
122       <code>__getattribute__</code>,
123       <code>__getitem__</code>,
124       <code>__getslice__</code>,
125       <code>__reduce__</code>,
126       <code>__repr__</code>,
127       <code>__setattr__</code>,
128       <code>__setstate__</code>,
129       <code>__unicode__</code>
130       </p>
131     <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
132       <code>__format__</code>,
133       <code>__hash__</code>,
134       <code>__reduce_ex__</code>,
135       <code>__sizeof__</code>,
136       <code>__subclasshook__</code>
137       </p>
138     </td>
139   </tr>
140 </table>
141 <!-- ==================== CLASS VARIABLES ==================== -->
142 <a name="section-ClassVariables"></a>
143 <table class="summary" border="1" cellpadding="3"
144        cellspacing="0" width="100%" bgcolor="white">
145 <tr bgcolor="#70b0f0" class="table-header">
146   <td colspan="2" class="table-header">
147     <table border="0" cellpadding="0" cellspacing="0" width="100%">
148       <tr valign="top">
149         <td align="left"><span class="table-header">Class Variables</span></td>
150         <td align="right" valign="top"
151          ><span class="options">[<a href="#section-ClassVariables"
152          class="privatelink" onclick="toggle_private();"
153          >hide private</a>]</span></td>
154       </tr>
155     </table>
156   </td>
157 </tr>
158   <tr>
159     <td colspan="2" class="summary">
160     <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.etree.LxmlSyntaxError-class.html">etree.LxmlSyntaxError</a></code></b>:
161       <code><a href="lxml.etree.LxmlSyntaxError-class.html#__qualname__">__qualname__</a></code>
162       </p>
163     </td>
164   </tr>
165 </table>
166 <!-- ==================== PROPERTIES ==================== -->
167 <a name="section-Properties"></a>
168 <table class="summary" border="1" cellpadding="3"
169        cellspacing="0" width="100%" bgcolor="white">
170 <tr bgcolor="#70b0f0" class="table-header">
171   <td colspan="2" class="table-header">
172     <table border="0" cellpadding="0" cellspacing="0" width="100%">
173       <tr valign="top">
174         <td align="left"><span class="table-header">Properties</span></td>
175         <td align="right" valign="top"
176          ><span class="options">[<a href="#section-Properties"
177          class="privatelink" onclick="toggle_private();"
178          >hide private</a>]</span></td>
179       </tr>
180     </table>
181   </td>
182 </tr>
183   <tr>
184     <td colspan="2" class="summary">
185     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.SyntaxError</code></b>:
186       <code>filename</code>,
187       <code>lineno</code>,
188       <code>msg</code>,
189       <code>offset</code>,
190       <code>print_file_and_line</code>,
191       <code>text</code>
192       </p>
193     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
194       <code>args</code>,
195       <code>message</code>
196       </p>
197     <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
198       <code>__class__</code>
199       </p>
200     </td>
201   </tr>
202 </table>
203 <!-- ==================== NAVIGATION BAR ==================== -->
204 <table class="navbar" border="0" width="100%" cellpadding="0"
205        bgcolor="#a0c0ff" cellspacing="0">
206   <tr valign="middle">
207   <!-- Home link -->
208       <th>&nbsp;&nbsp;&nbsp;<a
209         href="lxml-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
210
211   <!-- Tree link -->
212       <th>&nbsp;&nbsp;&nbsp;<a
213         href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
214
215   <!-- Index link -->
216       <th>&nbsp;&nbsp;&nbsp;<a
217         href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
218
219   <!-- Help link -->
220       <th>&nbsp;&nbsp;&nbsp;<a
221         href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
222
223   <!-- Project homepage -->
224       <th class="navbar" align="right" width="100%">
225         <table border="0" cellpadding="0" cellspacing="0">
226           <tr><th class="navbar" align="center"
227             ><a class="navbar" target="_top" href="/">lxml API</a></th>
228           </tr></table></th>
229   </tr>
230 </table>
231 <table border="0" cellpadding="0" cellspacing="0" width="100%%">
232   <tr>
233     <td align="left" class="footer">
234     Generated by Epydoc 3.0.1
235     on Wed Jan 29 12:26:21 2020
236     </td>
237     <td align="right" class="footer">
238       <a target="mainFrame" href="http://epydoc.sourceforge.net"
239         >http://epydoc.sourceforge.net</a>
240     </td>
241   </tr>
242 </table>
243
244 <script type="text/javascript">
245   <!--
246   // Private objects are initially displayed (because if
247   // javascript is turned off then we want them to be
248   // visible); but by default, we want to hide them.  So hide
249   // them unless we have a cookie that says to show them.
250   checkCookie();
251   // -->
252 </script>
253 </body>
254 </html>