| Home | Trees | Index | Help |
|
|---|
| Package bridge :: Class Document |
|
object--+ |Element--+ | Document
| Method Summary | |
|---|---|
__init__(self)
| |
__repr__(self)
| |
get_root(self)
| |
| Inherited from Element | |
| |
deletes 'name' instance of Element. | |
| |
| |
| |
| |
Collapses all content of this element and its entire subtree. | |
Applies a filter to this element. | |
deletes this instance of Element. | |
| |
| |
Returns the child element named 'name', None if not found. | |
Returns the all children of this element named 'name' | |
Checks if this element has a child named 'name' in its children elements | |
Checks if this element has 'name' attribute | |
Insert 'element' right after 'after_element'. | |
Insert 'element' right before 'before_element'. | |
Returns True if the direct children of this element makes are in mixed content. | |
Load source into an Element instance (Class method) | |
Updates prefixes of all the element of document matching (src, srcns) | |
Applies a validator on this element | |
Serializes as a string this element | |
| Inherited from object | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
| Property Summary | |
|---|---|
xml_root | |
| Class Variable Summary | |
|---|---|
| Inherited from Element | |
NoneType |
as_attribute = None |
NoneType |
as_list = None |
str |
encoding = 'UTF-8'
|
| Property Details |
|---|
xml_root
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue May 22 18:09:00 2007 | http://epydoc.sf.net |