Package com.deltaxml.pipe
Interface XMLPushFilter
- All Superinterfaces:
ContentHandler,DeclHandler,DTDHandler,LexicalHandler
- All Known Implementing Classes:
XMLPushFilterAdapter,XMLPushFilterImpl
An equivalent interface to org.sax.xml.XMLFilter for use as a 'push' filter as opposed to a 'pull' filter.
-
Method Summary
Methods inherited from interface org.xml.sax.ContentHandler
characters, declaration, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMappingMethods inherited from interface org.xml.sax.ext.DeclHandler
attributeDecl, elementDecl, externalEntityDecl, internalEntityDeclMethods inherited from interface org.xml.sax.DTDHandler
notationDecl, unparsedEntityDeclMethods inherited from interface org.xml.sax.ext.LexicalHandler
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
-
Method Details
-
setResult
Enables the user to set the Result for the transformation.- Parameters:
result- a Result instance. Should not be null.- See Also:
-