Home | Trees | Index | Help |
|
---|
Package xml :: Package dom :: Module minidom :: Class Node |
|
GetattrMagic
--+ |Node
--+ | Node
Document
Property Summary | |
---|---|
firstChild : First child node, or None. | |
lastChild : Last child node, or None. | |
localName : Namespace-local name of this node. |
Class Variable Summary | |
---|---|
NoneType |
namespaceURI = None |
NoneType |
nextSibling = None |
NoneType |
ownerDocument = None |
NoneType |
parentNode = None |
NoneType |
prefix = None |
NoneType |
previousSibling = None |
Inherited from Node | |
int |
ATTRIBUTE_NODE = 2 |
int |
CDATA_SECTION_NODE = 4 |
int |
COMMENT_NODE = 8 |
int |
DOCUMENT_FRAGMENT_NODE = 11 |
int |
DOCUMENT_NODE = 9 |
int |
DOCUMENT_TYPE_NODE = 10 |
int |
ELEMENT_NODE = 1 |
int |
ENTITY_NODE = 6 |
int |
ENTITY_REFERENCE_NODE = 5 |
int |
NOTATION_NODE = 12 |
int |
PROCESSING_INSTRUCTION_NODE = 7 |
int |
TEXT_NODE = 3 |
Property Details |
---|
firstChildFirst child node, or None. |
lastChildLast child node, or None. |
localNameNamespace-local name of this node. |
Class Variable Details |
---|
namespaceURI
|
nextSibling
|
ownerDocument
|
parentNode
|
prefix
|
previousSibling
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:42:53 2007 | http://epydoc.sf.net |