| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Element
An XML element.
| Instance Methods | |||
|
|||
| str |
|
||
| str |
|
||
|
|||
|
Inherited from |
|||
| Instance Variables | |
| {str: str} |
attrs the element's attributes (key is in the form [namespace " "] localName) |
| [Element] |
childNodes children |
| str |
content the text content |
| str |
name the element's localName |
| str |
uri the element's namespace |
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
|
Create a DOM Element for this qdom.Element.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:07 2013 | http://epydoc.sourceforge.net |