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.objectify.FloatElement</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.objectify-module.html">Module objectify</a> ::
47 Class FloatElement
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.objectify.FloatElement-class.html"
58 target="_top">no frames</a>]</span></td></tr>
63 <!-- ==================== CLASS DESCRIPTION ==================== -->
64 <h1 class="epydoc">Class FloatElement</h1><p class="nomargin-top"></p>
65 <pre class="base-tree">
68 <a href="lxml.etree._Element-class.html" onclick="show_private();">etree._Element</a> --+
70 <a href="lxml.etree.ElementBase-class.html">etree.ElementBase</a> --+
72 <a href="lxml.objectify.ObjectifiedElement-class.html">ObjectifiedElement</a> --+
74 <a href="lxml.objectify.ObjectifiedDataElement-class.html">ObjectifiedDataElement</a> --+
76 <a href="lxml.objectify.NumberElement-class.html">NumberElement</a> --+
78 <strong class="uidshort">FloatElement</strong>
82 <!-- ==================== INSTANCE METHODS ==================== -->
83 <a name="section-InstanceMethods"></a>
84 <table class="summary" border="1" cellpadding="3"
85 cellspacing="0" width="100%" bgcolor="white">
86 <tr bgcolor="#70b0f0" class="table-header">
87 <td colspan="2" class="table-header">
88 <table border="0" cellpadding="0" cellspacing="0" width="100%">
90 <td align="left"><span class="table-header">Instance Methods</span></td>
91 <td align="right" valign="top"
92 ><span class="options">[<a href="#section-InstanceMethods"
93 class="privatelink" onclick="toggle_private();"
94 >hide private</a>]</span></td>
100 <td width="15%" align="right" valign="top" class="summary">
101 <span class="summary-type">a new object with type S, a subtype of T</span>
102 </td><td class="summary">
103 <table width="100%" cellpadding="0" cellspacing="0" border="0">
105 <td><span class="summary-sig"><a href="lxml.objectify.FloatElement-class.html#__new__" class="summary-sig-name">__new__</a>(<span class="summary-sig-arg">T</span>,
106 <span class="summary-sig-arg">S</span>,
107 <span class="summary-sig-arg">...</span>)</span></td>
108 <td align="right" valign="top">
118 <td width="15%" align="right" valign="top" class="summary">
119 <span class="summary-type"> </span>
120 </td><td class="summary">
121 <table width="100%" cellpadding="0" cellspacing="0" border="0">
123 <td><span class="summary-sig"><a href="lxml.objectify.FloatElement-class.html#_init" class="summary-sig-name" onclick="show_private();">_init</a>(<span class="summary-sig-arg">...</span>)</span><br />
124 Called after object initialisation. Custom subclasses may override
125 this if they recursively call _init() in the superclasses.</td>
126 <td align="right" valign="top">
136 <td colspan="2" class="summary">
137 <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.objectify.NumberElement-class.html">NumberElement</a></code></b>:
138 <code><a href="lxml.objectify.NumberElement-class.html#__abs__">__abs__</a></code>,
139 <code><a href="lxml.objectify.NumberElement-class.html#__add__">__add__</a></code>,
140 <code><a href="lxml.objectify.NumberElement-class.html#__and__">__and__</a></code>,
141 <code><a href="lxml.objectify.NumberElement-class.html#__complex__">__complex__</a></code>,
142 <code><a href="lxml.objectify.NumberElement-class.html#__div__">__div__</a></code>,
143 <code><a href="lxml.objectify.NumberElement-class.html#__eq__">__eq__</a></code>,
144 <code><a href="lxml.objectify.NumberElement-class.html#__float__">__float__</a></code>,
145 <code><a href="lxml.objectify.NumberElement-class.html#__ge__">__ge__</a></code>,
146 <code><a href="lxml.objectify.NumberElement-class.html#__gt__">__gt__</a></code>,
147 <code><a href="lxml.objectify.NumberElement-class.html#__hash__">__hash__</a></code>,
148 <code><a href="lxml.objectify.NumberElement-class.html#__hex__">__hex__</a></code>,
149 <code><a href="lxml.objectify.NumberElement-class.html#__int__">__int__</a></code>,
150 <code><a href="lxml.objectify.NumberElement-class.html#__invert__">__invert__</a></code>,
151 <code><a href="lxml.objectify.NumberElement-class.html#__le__">__le__</a></code>,
152 <code><a href="lxml.objectify.NumberElement-class.html#__long__">__long__</a></code>,
153 <code><a href="lxml.objectify.NumberElement-class.html#__lshift__">__lshift__</a></code>,
154 <code><a href="lxml.objectify.NumberElement-class.html#__lt__">__lt__</a></code>,
155 <code><a href="lxml.objectify.NumberElement-class.html#__mod__">__mod__</a></code>,
156 <code><a href="lxml.objectify.NumberElement-class.html#__mul__">__mul__</a></code>,
157 <code><a href="lxml.objectify.NumberElement-class.html#__ne__">__ne__</a></code>,
158 <code><a href="lxml.objectify.NumberElement-class.html#__neg__">__neg__</a></code>,
159 <code><a href="lxml.objectify.NumberElement-class.html#__nonzero__">__nonzero__</a></code>,
160 <code><a href="lxml.objectify.NumberElement-class.html#__oct__">__oct__</a></code>,
161 <code><a href="lxml.objectify.NumberElement-class.html#__or__">__or__</a></code>,
162 <code><a href="lxml.objectify.NumberElement-class.html#__pos__">__pos__</a></code>,
163 <code><a href="lxml.objectify.NumberElement-class.html#__pow__">__pow__</a></code>,
164 <code><a href="lxml.objectify.NumberElement-class.html#__radd__">__radd__</a></code>,
165 <code><a href="lxml.objectify.NumberElement-class.html#__rand__">__rand__</a></code>,
166 <code><a href="lxml.objectify.NumberElement-class.html#__rdiv__">__rdiv__</a></code>,
167 <code><a href="lxml.objectify.NumberElement-class.html#__repr__">__repr__</a></code>,
168 <code><a href="lxml.objectify.NumberElement-class.html#__rlshift__">__rlshift__</a></code>,
169 <code><a href="lxml.objectify.NumberElement-class.html#__rmod__">__rmod__</a></code>,
170 <code><a href="lxml.objectify.NumberElement-class.html#__rmul__">__rmul__</a></code>,
171 <code><a href="lxml.objectify.NumberElement-class.html#__ror__">__ror__</a></code>,
172 <code><a href="lxml.objectify.NumberElement-class.html#__rpow__">__rpow__</a></code>,
173 <code><a href="lxml.objectify.NumberElement-class.html#__rrshift__">__rrshift__</a></code>,
174 <code><a href="lxml.objectify.NumberElement-class.html#__rshift__">__rshift__</a></code>,
175 <code><a href="lxml.objectify.NumberElement-class.html#__rsub__">__rsub__</a></code>,
176 <code><a href="lxml.objectify.NumberElement-class.html#__rtruediv__">__rtruediv__</a></code>,
177 <code><a href="lxml.objectify.NumberElement-class.html#__rxor__">__rxor__</a></code>,
178 <code><a href="lxml.objectify.NumberElement-class.html#__str__">__str__</a></code>,
179 <code><a href="lxml.objectify.NumberElement-class.html#__sub__">__sub__</a></code>,
180 <code><a href="lxml.objectify.NumberElement-class.html#__truediv__">__truediv__</a></code>,
181 <code><a href="lxml.objectify.NumberElement-class.html#__xor__">__xor__</a></code>
183 <div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.objectify.NumberElement-class.html">NumberElement</a></code></b> (private):
184 <code><a href="lxml.objectify.NumberElement-class.html#_setValueParser" onclick="show_private();">_setValueParser</a></code>
186 <div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.objectify.ObjectifiedDataElement-class.html">ObjectifiedDataElement</a></code></b> (private):
187 <code><a href="lxml.objectify.ObjectifiedDataElement-class.html#_setText" onclick="show_private();">_setText</a></code>
189 <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.objectify.ObjectifiedElement-class.html">ObjectifiedElement</a></code></b>:
190 <code><a href="lxml.objectify.ObjectifiedElement-class.html#__delattr__">__delattr__</a></code>,
191 <code><a href="lxml.objectify.ObjectifiedElement-class.html#__delitem__">__delitem__</a></code>,
192 <code><a href="lxml.objectify.ObjectifiedElement-class.html#__getattr__">__getattr__</a></code>,
193 <code><a href="lxml.objectify.ObjectifiedElement-class.html#__getattribute__">__getattribute__</a></code>,
194 <code><a href="lxml.objectify.ObjectifiedElement-class.html#__getitem__">__getitem__</a></code>,
195 <code><a href="lxml.objectify.ObjectifiedElement-class.html#__iter__">__iter__</a></code>,
196 <code><a href="lxml.objectify.ObjectifiedElement-class.html#__len__">__len__</a></code>,
197 <code><a href="lxml.objectify.ObjectifiedElement-class.html#__reduce__">__reduce__</a></code>,
198 <code><a href="lxml.objectify.ObjectifiedElement-class.html#__setattr__">__setattr__</a></code>,
199 <code><a href="lxml.objectify.ObjectifiedElement-class.html#__setitem__">__setitem__</a></code>,
200 <code><a href="lxml.objectify.ObjectifiedElement-class.html#addattr">addattr</a></code>,
201 <code><a href="lxml.objectify.ObjectifiedElement-class.html#countchildren">countchildren</a></code>,
202 <code><a href="lxml.objectify.ObjectifiedElement-class.html#descendantpaths">descendantpaths</a></code>,
203 <code><a href="lxml.objectify.ObjectifiedElement-class.html#getchildren">getchildren</a></code>
205 <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.etree.ElementBase-class.html">etree.ElementBase</a></code></b>:
206 <code><a href="lxml.etree.ElementBase-class.html#__init__">__init__</a></code>
208 <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.etree._Element-class.html" onclick="show_private();">etree._Element</a></code></b>:
209 <code><a href="lxml.etree._Element-class.html#__contains__">__contains__</a></code>,
210 <code><a href="lxml.etree._Element-class.html#__copy__">__copy__</a></code>,
211 <code><a href="lxml.etree._Element-class.html#__deepcopy__">__deepcopy__</a></code>,
212 <code><a href="lxml.etree._Element-class.html#__reversed__">__reversed__</a></code>,
213 <code><a href="lxml.etree._Element-class.html#addnext">addnext</a></code>,
214 <code><a href="lxml.etree._Element-class.html#addprevious">addprevious</a></code>,
215 <code><a href="lxml.etree._Element-class.html#append">append</a></code>,
216 <code><a href="lxml.etree._Element-class.html#clear">clear</a></code>,
217 <code><a href="lxml.etree._Element-class.html#cssselect">cssselect</a></code>,
218 <code><a href="lxml.etree._Element-class.html#extend">extend</a></code>,
219 <code><a href="lxml.etree._Element-class.html#find">find</a></code>,
220 <code><a href="lxml.etree._Element-class.html#findall">findall</a></code>,
221 <code><a href="lxml.etree._Element-class.html#findtext">findtext</a></code>,
222 <code><a href="lxml.etree._Element-class.html#get">get</a></code>,
223 <code><a href="lxml.etree._Element-class.html#getiterator">getiterator</a></code>,
224 <code><a href="lxml.etree._Element-class.html#getnext">getnext</a></code>,
225 <code><a href="lxml.etree._Element-class.html#getparent">getparent</a></code>,
226 <code><a href="lxml.etree._Element-class.html#getprevious">getprevious</a></code>,
227 <code><a href="lxml.etree._Element-class.html#getroottree">getroottree</a></code>,
228 <code><a href="lxml.etree._Element-class.html#index">index</a></code>,
229 <code><a href="lxml.etree._Element-class.html#insert">insert</a></code>,
230 <code><a href="lxml.etree._Element-class.html#items">items</a></code>,
231 <code><a href="lxml.etree._Element-class.html#iter">iter</a></code>,
232 <code><a href="lxml.etree._Element-class.html#iterancestors">iterancestors</a></code>,
233 <code><a href="lxml.etree._Element-class.html#iterchildren">iterchildren</a></code>,
234 <code><a href="lxml.etree._Element-class.html#iterdescendants">iterdescendants</a></code>,
235 <code><a href="lxml.etree._Element-class.html#iterfind">iterfind</a></code>,
236 <code><a href="lxml.etree._Element-class.html#itersiblings">itersiblings</a></code>,
237 <code><a href="lxml.etree._Element-class.html#itertext">itertext</a></code>,
238 <code><a href="lxml.etree._Element-class.html#keys">keys</a></code>,
239 <code><a href="lxml.etree._Element-class.html#makeelement">makeelement</a></code>,
240 <code><a href="lxml.etree._Element-class.html#remove">remove</a></code>,
241 <code><a href="lxml.etree._Element-class.html#replace">replace</a></code>,
242 <code><a href="lxml.etree._Element-class.html#set">set</a></code>,
243 <code><a href="lxml.etree._Element-class.html#values">values</a></code>,
244 <code><a href="lxml.etree._Element-class.html#xpath">xpath</a></code>
246 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
247 <code>__format__</code>,
248 <code>__reduce_ex__</code>,
249 <code>__sizeof__</code>,
250 <code>__subclasshook__</code>
255 <!-- ==================== PROPERTIES ==================== -->
256 <a name="section-Properties"></a>
257 <table class="summary" border="1" cellpadding="3"
258 cellspacing="0" width="100%" bgcolor="white">
259 <tr bgcolor="#70b0f0" class="table-header">
260 <td colspan="2" class="table-header">
261 <table border="0" cellpadding="0" cellspacing="0" width="100%">
263 <td align="left"><span class="table-header">Properties</span></td>
264 <td align="right" valign="top"
265 ><span class="options">[<a href="#section-Properties"
266 class="privatelink" onclick="toggle_private();"
267 >hide private</a>]</span></td>
273 <td colspan="2" class="summary">
274 <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.objectify.NumberElement-class.html">NumberElement</a></code></b>:
275 <code><a href="lxml.objectify.NumberElement-class.html#pyval">pyval</a></code>
277 <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.objectify.ObjectifiedElement-class.html">ObjectifiedElement</a></code></b>:
278 <code><a href="lxml.objectify.ObjectifiedElement-class.html#text">text</a></code>
280 <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.etree._Element-class.html" onclick="show_private();">etree._Element</a></code></b>:
281 <code><a href="lxml.etree._Element-class.html#attrib">attrib</a></code>,
282 <code><a href="lxml.etree._Element-class.html#base">base</a></code>,
283 <code><a href="lxml.etree._Element-class.html#nsmap">nsmap</a></code>,
284 <code><a href="lxml.etree._Element-class.html#prefix">prefix</a></code>,
285 <code><a href="lxml.etree._Element-class.html#sourceline">sourceline</a></code>,
286 <code><a href="lxml.etree._Element-class.html#tag">tag</a></code>,
287 <code><a href="lxml.etree._Element-class.html#tail">tail</a></code>
289 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
290 <code>__class__</code>
295 <!-- ==================== METHOD DETAILS ==================== -->
296 <a name="section-MethodDetails"></a>
297 <table class="details" border="1" cellpadding="3"
298 cellspacing="0" width="100%" bgcolor="white">
299 <tr bgcolor="#70b0f0" class="table-header">
300 <td colspan="2" class="table-header">
301 <table border="0" cellpadding="0" cellspacing="0" width="100%">
303 <td align="left"><span class="table-header">Method Details</span></td>
304 <td align="right" valign="top"
305 ><span class="options">[<a href="#section-MethodDetails"
306 class="privatelink" onclick="toggle_private();"
307 >hide private</a>]</span></td>
313 <a name="__new__"></a>
315 <table class="details" border="1" cellpadding="3"
316 cellspacing="0" width="100%" bgcolor="white">
318 <table width="100%" cellpadding="0" cellspacing="0" border="0">
319 <tr valign="top"><td>
320 <h3 class="epydoc"><span class="sig"><span class="sig-name">__new__</span>(<span class="sig-arg">T</span>,
321 <span class="sig-arg">S</span>,
322 <span class="sig-arg">...</span>)</span>
324 </td><td align="right" valign="top"
331 <dt>Returns: a new object with type S, a subtype of T</dt>
339 <div class="private">
340 <table class="details" border="1" cellpadding="3"
341 cellspacing="0" width="100%" bgcolor="white">
343 <table width="100%" cellpadding="0" cellspacing="0" border="0">
344 <tr valign="top"><td>
345 <h3 class="epydoc"><span class="sig"><span class="sig-name">_init</span>(<span class="sig-arg">...</span>)</span>
347 </td><td align="right" valign="top"
352 Called after object initialisation. Custom subclasses may override
353 this if they recursively call _init() in the superclasses.
356 <a href="lxml.etree._Element-class.html#_init" onclick="show_private();">etree._Element._init</a>
357 <dd><em class="note">(inherited documentation)</em></dd>
363 <!-- ==================== NAVIGATION BAR ==================== -->
364 <table class="navbar" border="0" width="100%" cellpadding="0"
365 bgcolor="#a0c0ff" cellspacing="0">
368 <th> <a
369 href="lxml-module.html">Home</a> </th>
372 <th> <a
373 href="module-tree.html">Trees</a> </th>
376 <th> <a
377 href="identifier-index.html">Indices</a> </th>
380 <th> <a
381 href="help.html">Help</a> </th>
383 <!-- Project homepage -->
384 <th class="navbar" align="right" width="100%">
385 <table border="0" cellpadding="0" cellspacing="0">
386 <tr><th class="navbar" align="center"
387 ><a class="navbar" target="_top" href="/">lxml API</a></th>
391 <table border="0" cellpadding="0" cellspacing="0" width="100%%">
393 <td align="left" class="footer">
394 Generated by Epydoc 3.0.1
395 on Wed Jan 29 12:26:21 2020
397 <td align="right" class="footer">
398 <a target="mainFrame" href="http://epydoc.sourceforge.net"
399 >http://epydoc.sourceforge.net</a>
404 <script type="text/javascript">
406 // Private objects are initially displayed (because if
407 // javascript is turned off then we want them to be
408 // visible); but by default, we want to hide them. So hide
409 // them unless we have a cookie that says to show them.