Home | Trees | Indices | Help |
---|
|
An XML attribute object.
|
|||
|
|||
Attribute |
|
||
basestring |
|
||
Attribute |
|
||
Text |
|
||
boolean |
|
||
(prefix, name) |
|
||
(prefix, name) |
|
||
boolean |
|
||
|
|||
|
|||
|
|||
|
|
|||
basestring |
name The unqualified name of the attribute |
||
element.Element |
parent The node containing this attribute |
||
basestring |
prefix The optional namespace prefix. |
||
basestring |
value The attribute's value |
|
|
Clone this object.
|
Get the fully qualified name of this attribute
|
Set the attributes value
|
Get the attributes value with optional default.
|
Get whether the attribute has text and that it is not an empty (zero length) string.
|
Get the attributes namespace. This may either be the namespace defined by an optional prefix, or its parent's namespace.
|
Resolve the specified prefix to a known namespace.
|
Match by (optional) name and/or (optional) namespace.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Mar 21 14:39:09 2011 | http://epydoc.sourceforge.net |