_xmlWriter.writeStartTagEmptyEnd();
} else { // Otherwise, full end element
_xmlWriter.writeEndTag(thisElem.getName());
}
} catch (IOException ioe) {
throw new IoStreamException(ioe);
}
if (_currElem.isRoot()) { // (note: we have dummy placeholder elem that contains doc)
_state = State.EPILOG;
}