Package net.sourceforge.jnlp
Class Node
- java.lang.Object
-
- net.sourceforge.jnlp.Node
-
public 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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Node.ElementName
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node.ElementName
getNodeName()
java.lang.String
toString()
-
-
-
Method Detail
-
getNodeName
public Node.ElementName getNodeName()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-