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).

Constructor Summary

Node(nanoxml.XMLElement xml)

Method Summary

(package private) String
getAttribute(String name)
(package private) Node[]
getChildNodes()
(package private) Node
getFirstChild()
(package private) Node
getNextSibling()
(package private) String
getNodeName()
(package private) String
getNodeValue()
(package private) void
normalize()
String
toString()

Constructor Details

Node

(package private)  Node(nanoxml.XMLElement xml)

Method Details

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()