| Constructor and Description |
|---|
SimpleNode() |
public List<Node<T>> getNextSibling()
getNextSibling in interface Node<T>public List<Node<T>> getPrevSibling()
getPrevSibling in interface Node<T>public int countChildren()
countChildren in interface Node<T>public Node<T> firstChild()
firstChild in interface Node<T>public Node<T> clearChildren()
clearChildren in interface Node<T>public Node<T> insertBefore(int index, Node<T> node)
insertBefore in interface Node<T>public Node<T> removeChild(int index)
removeChild in interface Node<T>public boolean remove()
public void toXml(StringBuilder sb, int level)
Copyright © 2017. All rights reserved.