netx.jnlp
Class Node
(package private) class Node
extends java.lang.Object
This class converts the NanoXML's XMLElement nodes into the
regular XML Node interface (for the methods used by Parser).
Node(nanoxml.XMLElement xml)
|
Node
(package private) Node(nanoxml.XMLElement xml)
getAttribute
(package private) String getAttribute(String name)
getChildNodes
(package private) Node[] getChildNodes()
getFirstChild
(package private) Node getFirstChild()
getNextSibling
(package private) Node getNextSibling()
getNodeName
(package private) String getNodeName()
getNodeValue
(package private) String getNodeValue()
normalize
(package private) void normalize()
toString
public String toString()