git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197216
13f79535-47bb-0310-9956-
ffa450edef68
}
}
+ /**
+ * Push back an event into the buffer; generally this will be an
+ * evnet previously obtained by a <tt>get</tt> from the buffer.
+ * This implementation supports a single entry pushback buffer.
+ * @param event to push back
+ */
+ public void pushBack (XmlEvent event) {
+ super.pushBack(event);
+ }
+
/**
* Get the next event of the given type from the buffer. Discard
* intervening events.