Package lxml :: Module objectify :: Class IntElement
[hide private]
[frames] | no frames]

Class IntElement

    object --+                    
             |                    
etree._Element --+                
                 |                
 etree.ElementBase --+            
                     |            
    ObjectifiedElement --+        
                         |        
    ObjectifiedDataElement --+    
                             |    
                 NumberElement --+
                                 |
                                IntElement
Known Subclasses:

Instance Methods [hide private]
a new object with type S, a subtype of T
__new__(T, S, ...)
 
_init(self)
Called after object initialisation. Custom subclasses may override this if they recursively call _init() in the superclasses.

Inherited from NumberElement: __abs__, __add__, __and__, __complex__, __div__, __eq__, __float__, __ge__, __gt__, __hash__, __hex__, __int__, __invert__, __le__, __long__, __lshift__, __lt__, __mod__, __mul__, __ne__, __neg__, __nonzero__, __oct__, __or__, __pos__, __pow__, __radd__, __rand__, __rdiv__, __repr__, __rlshift__, __rmod__, __rmul__, __ror__, __rpow__, __rrshift__, __rshift__, __rsub__, __rtruediv__, __rxor__, __str__, __sub__, __truediv__, __xor__

Inherited from NumberElement (private): _setValueParser

Inherited from ObjectifiedDataElement (private): _setText

Inherited from ObjectifiedElement: __delattr__, __delitem__, __getattr__, __getattribute__, __getitem__, __iter__, __len__, __reduce__, __setattr__, __setitem__, addattr, countchildren, descendantpaths, getchildren

Inherited from etree.ElementBase: __init__

Inherited from etree._Element: __contains__, __copy__, __deepcopy__, __reversed__, addnext, addprevious, append, clear, extend, find, findall, findtext, get, getiterator, getnext, getparent, getprevious, getroottree, index, insert, items, iter, iterancestors, iterchildren, iterdescendants, iterfind, itersiblings, itertext, keys, makeelement, remove, replace, set, values, xpath

Inherited from object: __format__, __reduce_ex__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from NumberElement: pyval

Inherited from ObjectifiedElement: text

Inherited from etree._Element: attrib, base, nsmap, prefix, sourceline, tag, tail

Inherited from object: __class__

Method Details [hide private]

__new__(T, S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__

_init(self)

 
Called after object initialisation. Custom subclasses may override this if they recursively call _init() in the superclasses.
Overrides: etree._Element._init
(inherited documentation)