| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Attribute
|
|||
|
__init__(self,
name=None,
value=None,
prefix=None,
namespace=None,
parent=None) Maps the attribute of an XML element to a simple Python object. |
||
| __unicode__(self) | ||
|
__str__(self) str(x) |
||
|
__repr__(self) repr(x) |
||
|
Inherited from |
|||
|
|||
|
encoding = 'UTF-8'
|
||
|
as_attribute_of_element = None
|
||
|
|||
|
Inherited from |
|||
|
|||
Maps the attribute of an XML element to a simple Python object. Keyword arguments: name -- Name of the attribute value -- content of the attribute prefix -- XML prefix of the element namespace -- XML namespace defining the prefix parent -- element which this attribute belongs to
|
|
|
|
|
|||
encodingNone
|
as_attribute_of_elementNone
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Dec 8 22:48:56 2006 | http://epydoc.sourceforge.net |