Home | Trees | Index | Help |
|
---|
Package xml :: Package dom :: Module minidom :: Class Document |
|
GetattrMagic
--+ |Node
--+ |Node
--+ |DocumentLS
--+ | Document
Property Summary | |
---|---|
documentElement : Top-level element of this document. |
Class Variable Summary | |
---|---|
NoneType |
actualEncoding = None |
NoneType |
attributes = None |
NoneType |
doctype = None |
NoneType |
documentURI = None |
NoneType |
encoding = None |
NoneType |
errorHandler = None |
DOMImplementation |
implementation = <xml.dom.minidom.DOMImplementation inst...
|
NoneType |
nextSibling = None |
str |
nodeName = '#document'
|
int |
nodeType = 9 |
NoneType |
nodeValue = None |
NoneType |
parentNode = None |
NoneType |
previousSibling = None |
NoneType |
standalone = None |
bool |
strictErrorChecking = False
|
NoneType |
version = None |
Property Details |
---|
documentElementTop-level element of this document. |
Class Variable Details |
---|
actualEncoding
|
attributes
|
doctype
|
documentURI
|
encoding
|
errorHandler
|
implementation
|
nextSibling
|
nodeName
|
nodeType
|
nodeValue
|
parentNode
|
previousSibling
|
standalone
|
strictErrorChecking
|
version
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:09:16 2007 | http://epydoc.sf.net |