Trees | Indices | Help |
|
---|
|
minidom.py -- a lightweight DOM implementation. parse("foo.xml") parseString("<foo><bar/></foo>") Todo: ===== * convenience methods for getting elements and text. * more testing * bring some of the writer and linearizer code into conformance with this interface * SAX 2 namespaces
|
|||
Node | |||
DocumentFragment | |||
Attr | |||
NamedNodeMap The attribute list is a transient interface to the underlying dictionaries. |
|||
AttributeList The attribute list is a transient interface to the underlying dictionaries. |
|||
TypeInfo | |||
Element | |||
Childless Mixin that makes childless-ness easy to implement and avoids the complexity of the Node methods that deal with children. |
|||
ProcessingInstruction | |||
CharacterData | |||
Text | |||
Comment | |||
CDATASection | |||
ReadOnlySequentialNamedNodeMap | |||
Identified Mix-in class that supports the publicId and systemId attributes. |
|||
DocumentType | |||
Entity | |||
Notation | |||
DOMImplementation | |||
ElementInfo Object that represents content-model information for an element. |
|||
Document |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
_nodeTypes_with_children =
|
|||
_no_type = <TypeInfo None>
|
Imports: xml, EMPTY_NAMESPACE, EMPTY_PREFIX, XMLNS_NAMESPACE, domreg, NodeList, EmptyNodeList, defproperty, StringTypes, DOMImplementationLS, DocumentLS
|
Clone a node and give it the new owner document. Called by Node.cloneNode and Document.importNode |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:41:34 2008 | http://epydoc.sourceforge.net |