com.ibm.portal.resolver.xml
Interface XMLRecorder

All Superinterfaces:
org.xml.sax.ContentHandler, XMLProducer

public interface XMLRecorder
extends org.xml.sax.ContentHandler, XMLProducer

Represents a buffer for json events. Use the ContentHandler interface methods to fill the buffer. The content of the buffer can then be replayed to another ContentHandler via the XMLProducer interface.

The buffer can be reused multiple times, every call to ContentHandler.startDocument() clears the buffer and begins a new recording sequence.

Since:
8.0.0.1

Method Summary
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from interface com.ibm.portal.resolver.xml.XMLProducer
produce