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