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">
6 <title>lxml.etree.XSLTParseError</title>
7 <link rel="stylesheet" href="epydoc.css" type="text/css" />
8 <script type="text/javascript" src="epydoc.js"></script>
11 <body bgcolor="white" text="black" link="blue" vlink="#204080"
13 <!-- ==================== NAVIGATION BAR ==================== -->
14 <table class="navbar" border="0" width="100%" cellpadding="0"
15 bgcolor="#a0c0ff" cellspacing="0">
18 <th> <a
19 href="lxml-module.html">Home</a> </th>
22 <th> <a
23 href="module-tree.html">Trees</a> </th>
26 <th> <a
27 href="identifier-index.html">Indices</a> </th>
30 <th> <a
31 href="help.html">Help</a> </th>
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>
41 <table width="100%" cellpadding="0" cellspacing="0">
44 <span class="breadcrumbs">
45 <a href="lxml-module.html">Package lxml</a> ::
46 <a href="lxml.etree-module.html">Module etree</a> ::
47 Class XSLTParseError
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 private</a>]</span></td></tr>
55 <tr><td align="right"><span class="options"
56 >[<a href="frames.html" target="_top">frames</a
57 >] | <a href="lxml.etree.XSLTParseError-class.html"
58 target="_top">no frames</a>]</span></td></tr>
63 <!-- ==================== CLASS DESCRIPTION ==================== -->
64 <h1 class="epydoc">Class XSLTParseError</h1><p class="nomargin-top"></p>
65 <pre class="base-tree">
68 exceptions.BaseException --+
70 exceptions.Exception --+
72 <a href="lxml.etree.Error-class.html">Error</a> --+
74 <a href="lxml.etree.LxmlError-class.html">LxmlError</a> --+
76 <a href="lxml.etree.XSLTError-class.html">XSLTError</a> --+
78 <strong class="uidshort">XSLTParseError</strong>
82 Error parsing a stylesheet document.
84 <!-- ==================== INSTANCE METHODS ==================== -->
85 <a name="section-InstanceMethods"></a>
86 <table class="summary" border="1" cellpadding="3"
87 cellspacing="0" width="100%" bgcolor="white">
88 <tr bgcolor="#70b0f0" class="table-header">
89 <td colspan="2" class="table-header">
90 <table border="0" cellpadding="0" cellspacing="0" width="100%">
92 <td align="left"><span class="table-header">Instance Methods</span></td>
93 <td align="right" valign="top"
94 ><span class="options">[<a href="#section-InstanceMethods"
95 class="privatelink" onclick="toggle_private();"
96 >hide private</a>]</span></td>
102 <td width="15%" align="right" valign="top" class="summary">
103 <span class="summary-type">a new object with type S, a subtype of T</span>
104 </td><td class="summary">
105 <table width="100%" cellpadding="0" cellspacing="0" border="0">
107 <td><span class="summary-sig"><a href="lxml.etree.XSLTParseError-class.html#__new__" class="summary-sig-name">__new__</a>(<span class="summary-sig-arg">T</span>,
108 <span class="summary-sig-arg">S</span>,
109 <span class="summary-sig-arg">...</span>)</span></td>
110 <td align="right" valign="top">
120 <td colspan="2" class="summary">
121 <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.etree.LxmlError-class.html">LxmlError</a></code></b>:
122 <code><a href="lxml.etree.LxmlError-class.html#__init__">__init__</a></code>
124 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
125 <code>__delattr__</code>,
126 <code>__getattribute__</code>,
127 <code>__getitem__</code>,
128 <code>__getslice__</code>,
129 <code>__reduce__</code>,
130 <code>__repr__</code>,
131 <code>__setattr__</code>,
132 <code>__setstate__</code>,
133 <code>__str__</code>,
134 <code>__unicode__</code>
136 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
137 <code>__format__</code>,
138 <code>__hash__</code>,
139 <code>__reduce_ex__</code>,
140 <code>__sizeof__</code>,
141 <code>__subclasshook__</code>
146 <!-- ==================== PROPERTIES ==================== -->
147 <a name="section-Properties"></a>
148 <table class="summary" border="1" cellpadding="3"
149 cellspacing="0" width="100%" bgcolor="white">
150 <tr bgcolor="#70b0f0" class="table-header">
151 <td colspan="2" class="table-header">
152 <table border="0" cellpadding="0" cellspacing="0" width="100%">
154 <td align="left"><span class="table-header">Properties</span></td>
155 <td align="right" valign="top"
156 ><span class="options">[<a href="#section-Properties"
157 class="privatelink" onclick="toggle_private();"
158 >hide private</a>]</span></td>
164 <td colspan="2" class="summary">
165 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
169 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
170 <code>__class__</code>
175 <!-- ==================== METHOD DETAILS ==================== -->
176 <a name="section-MethodDetails"></a>
177 <table class="details" border="1" cellpadding="3"
178 cellspacing="0" width="100%" bgcolor="white">
179 <tr bgcolor="#70b0f0" class="table-header">
180 <td colspan="2" class="table-header">
181 <table border="0" cellpadding="0" cellspacing="0" width="100%">
183 <td align="left"><span class="table-header">Method Details</span></td>
184 <td align="right" valign="top"
185 ><span class="options">[<a href="#section-MethodDetails"
186 class="privatelink" onclick="toggle_private();"
187 >hide private</a>]</span></td>
193 <a name="__new__"></a>
195 <table class="details" border="1" cellpadding="3"
196 cellspacing="0" width="100%" bgcolor="white">
198 <table width="100%" cellpadding="0" cellspacing="0" border="0">
199 <tr valign="top"><td>
200 <h3 class="epydoc"><span class="sig"><span class="sig-name">__new__</span>(<span class="sig-arg">T</span>,
201 <span class="sig-arg">S</span>,
202 <span class="sig-arg">...</span>)</span>
204 </td><td align="right" valign="top"
211 <dt>Returns: a new object with type S, a subtype of T</dt>
219 <!-- ==================== NAVIGATION BAR ==================== -->
220 <table class="navbar" border="0" width="100%" cellpadding="0"
221 bgcolor="#a0c0ff" cellspacing="0">
224 <th> <a
225 href="lxml-module.html">Home</a> </th>
228 <th> <a
229 href="module-tree.html">Trees</a> </th>
232 <th> <a
233 href="identifier-index.html">Indices</a> </th>
236 <th> <a
237 href="help.html">Help</a> </th>
239 <!-- Project homepage -->
240 <th class="navbar" align="right" width="100%">
241 <table border="0" cellpadding="0" cellspacing="0">
242 <tr><th class="navbar" align="center"
243 ><a class="navbar" target="_top" href="/">lxml API</a></th>
247 <table border="0" cellpadding="0" cellspacing="0" width="100%%">
249 <td align="left" class="footer">
250 Generated by Epydoc 3.0.1
251 on Thu Jul 9 18:29:53 2020
253 <td align="right" class="footer">
254 <a target="mainFrame" href="http://epydoc.sourceforge.net"
255 >http://epydoc.sourceforge.net</a>
260 <script type="text/javascript">
262 // Private objects are initially displayed (because if
263 // javascript is turned off then we want them to be
264 // visible); but by default, we want to hide them. So hide
265 // them unless we have a cookie that says to show them.