this.build();
}
Iterator iterator = getChildren();
while (iterator.hasNext()) {
OMNode node = (OMNode) iterator.next();
node.buildWithAttachments();
}
}
/** This method will be called when one of the children becomes complete. */
protected void notifyChildComplete() {