Node Interface Methods
NamedNodeMap getAttributes()
Gets a NamedNodeMap containing the attributes of this node
NodeList getChildNodes()
Gets a NodeList that contains all children of this node
String getLocalName()
Gets the local name of the node
String getNodeName()
Gets the name of this node
String getNodeValue()
Gets the value of this node
Node getParentNode()
Gets the parent of this node
short getNodeType()
Gets a code representing the type of the node