All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----hplb.xml.NodeImpl
protected int type
protected NodeImpl parent
protected NodeListImpl children
public NodeImpl(int type)
public NodeListImpl getChildren()
public int getNodeType()
public Node getParentNode()
public NodeIterator getChildNodes()
public boolean hasChildNodes()
public Node getFirstChild()
public Node getPreviousSibling()
public Node getNextSibling()
public Node insertBefore(Node newChild, Node refChild)
public Node insertAfter(Node newChild, Node refChild)
public Node replaceChild(Node newChild, Node oldChild)
public Node removeChild(Node oldChild)
All Packages Class Hierarchy This Package Previous Next Index