예제 #1
0
파일: ERXML.java 프로젝트: hypronet/wonder
 /**
  * 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);
 }