com.ibm.portal.resolver.xml
Interface DisposableTransformerHandler

All Superinterfaces:
org.xml.sax.ContentHandler, Disposable, org.xml.sax.DTDHandler, org.xml.sax.ext.LexicalHandler, javax.xml.transform.sax.TransformerHandler

public interface DisposableTransformerHandler
extends javax.xml.transform.sax.TransformerHandler, Disposable

Represents a ContentHandler that applies an XSL transformation to the incoming events and dispatches them to the handler assigned by TransformerHandler.setResult(Result).

Since:
8.0

Method Summary
 
Methods inherited from interface javax.xml.transform.sax.TransformerHandler
getSystemId, getTransformer, setResult, setSystemId
 
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
 
Methods inherited from interface org.xml.sax.DTDHandler
notationDecl, unparsedEntityDecl
 
Methods inherited from interface com.ibm.portal.Disposable
dispose