public static readonly ELEMENT_NODE as Int = 1
Numeric node type constants defined by DOM Core.
if node.nodeType == Node.ELEMENT_NODE: print(node.nodeName)