/** 添加子项 */ public void appendChild(XML xml) { _children.add(xml); }
/** 删除子项 */ public void removeChild(XML xml) { _children.removeObj(xml); }