There are no implemented interfaces.
ATTRIBUTE_NODE
(type:
int)
2CDATA_SECTION_NODE
(type:
int)
4COMMENT_NODE
(type:
int)
8DOCUMENT_FRAGMENT_NODE
(type:
int)
11DOCUMENT_NODE
(type:
int)
9DOCUMENT_TYPE_NODE
(type:
int)
10ELEMENT_NODE
(type:
int)
1ENTITY_NODE
(type:
int)
6ENTITY_REFERENCE_NODE
(type:
int)
5NOTATION_NODE
(type:
int)
12PROCESSING_INSTRUCTION_NODE
(type:
int)
7TEXT_NODE
(type:
int)
3firstChild
(type:
property)
<property object at 0x2aaab6568a00>lastChild
(type:
property)
<property object at 0x2aaab6568a50>localName
(type:
property)
<property object at 0x2aaab6568aa0>namespaceURI
(type: NoneType)
NonenextSibling
(type: NoneType)
NoneownerDocument
(type: NoneType)
NoneparentNode
(type: NoneType)
Noneprefix
(type: NoneType)
NonepreviousSibling
(type: NoneType)
NoneappendChild(node)
cloneNode(deep)
getInterface(feature)
getUserData(key)
hasChildNodes()
insertBefore(newChild, refChild)
isSameNode(other)
isSupported(feature, version)
normalize()
removeChild(oldChild)
replaceChild(newChild, oldChild)
setUserData(key, data, handler)
toprettyxml(indent='\t', newl='\n', encoding=None)
toxml(encoding=None)
unlink()