Ejemplo n.º 1
0
 /**
  * Adds a new child to this document.
  *
  * @param child the child to add
  */
 protected void _add(ERXML.Item child) {
   child.setParent(this);
   _children.add(child);
 }