There are no implemented interfaces.
ATTRIBUTE_NODE
(type:
int
)
2
CDATA_SECTION_NODE
(type:
int
)
4
COMMENT_NODE
(type:
int
)
8
DOCUMENT_FRAGMENT_NODE
(type:
int
)
11
DOCUMENT_NODE
(type:
int
)
9
DOCUMENT_TYPE_NODE
(type:
int
)
10
ELEMENT_NODE
(type:
int
)
1
ENTITY_NODE
(type:
int
)
6
ENTITY_REFERENCE_NODE
(type:
int
)
5
NOTATION_NODE
(type:
int
)
12
PROCESSING_INSTRUCTION_NODE
(type:
int
)
7
TEXT_NODE
(type:
int
)
3
attributes
(type:
property
)
<property object at 0x407e043c>
firstChild
(type:
property
)
<property object at 0x407e020c>
lastChild
(type:
property
)
<property object at 0x407e0234>
localName
(type:
property
)
<property object at 0x407e0464>
namespaceURI
(type: NoneType
)
None
nextSibling
(type: NoneType
)
None
nodeType
(type:
int
)
1
nodeValue
(type: NoneType
)
None
ownerDocument
(type: NoneType
)
None
parentNode
(type: NoneType
)
None
prefix
(type: NoneType
)
None
previousSibling
(type: NoneType
)
None
schemaType
(type:
TypeInfo
)
<TypeInfo None>
appendChild(node)
cloneNode(deep)
getAttribute(attname)
getAttributeNS(namespaceURI, localName)
getAttributeNode(attrname)
getAttributeNodeNS(namespaceURI, localName)
getElementsByTagName(name)
getElementsByTagNameNS(namespaceURI, localName)
getInterface(feature)
getUserData(key)
hasAttribute(name)
hasAttributeNS(namespaceURI, localName)
hasAttributes()
hasChildNodes()
insertBefore(newChild, refChild)
isSameNode(other)
isSupported(feature, version)
normalize()
removeAttribute(name)
removeAttributeNS(namespaceURI, localName)
removeAttributeNode(node)
removeAttributeNodeNS(node)
removeChild(oldChild)
replaceChild(newChild, oldChild)
setAttribute(attname, value)
setAttributeNS(namespaceURI, qualifiedName, value)
setAttributeNode(attr)
setAttributeNodeNS(attr)
setIdAttribute(name)
setIdAttributeNS(namespaceURI, localName)
setIdAttributeNode(idAttr)
setUserData(key, data, handler)
toprettyxml(indent='\t', newl='\n', encoding=None)
toxml(encoding=None)
unlink()
writexml(writer, indent='', addindent='', newl='')
There are no known subclasses.