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
firstChild
(type:
property
)
<property object at 0x407e020c>
lastChild
(type:
property
)
<property object at 0x407e0234>
localName
(type:
property
)
<property object at 0x407e025c>
namespaceURI
(type: NoneType
)
None
nextSibling
(type: NoneType
)
None
ownerDocument
(type: NoneType
)
None
parentNode
(type: NoneType
)
None
prefix
(type: NoneType
)
None
previousSibling
(type: NoneType
)
None
appendChild(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()