org.orbeon.oxf.pipeline.api
Interface XMLReceiver

All Superinterfaces:
ContentHandler, LexicalHandler
All Known Subinterfaces:
TransformerXMLReceiver

public interface XMLReceiver
extends ContentHandler, LexicalHandler

Represents the stream of XML events relevant within an XML pipeline.


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 org.xml.sax.ext.LexicalHandler
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity