org.w3c.dom.Node.ELEMENT_NODE
field
public static readonly ELEMENT_NODE as Int = 1
Description

Numeric node type constants defined by DOM Core.

Example
if node.nodeType == Node.ELEMENT_NODE:
print(node.nodeName)