/**
  * Set the children of this node.
  *
  * @param children The new list of children this node contains.
  */
 public void setChildren(NodeList children) {
   delegate.setChildren(children);
 }