void nextSibling() { if (LOG.isLoggable(Level.FINER)) { LOG.finer("Next sibling"); } nodePath.push(nodePath.pop() + 1); }
void end(XMLEntity entity) { if (LOG.isLoggable(Level.FINER)) { LOG.finer("End of " + entity); } for (XMLTransformerModule<T> m : modules) { m.end(this, entity); } elementContext.pop(); nodePath.pop(); spacePreservationContext.pop(); inclusionContext.pop(); }