if (this.done) {
// Parsing is complete, therefore it is safe to
// call getBody.
SOAPBody body = getBody();
if (body != null) {
body.insertSiblingBefore(child);
return;
}
} else {
// Flow to here indicates that we are still expanding the
// envelope. The body or body contents may not be