wt.util.xml.xslt
Interface SAX2XMLSource

All Superinterfaces:
XMLSource
All Known Subinterfaces:
XSLTransform
All Known Implementing Classes:
AbstractXSLTransform, SAXSAX2Wrapper

public interface SAX2XMLSource
extends XMLSource



Supported API: true

Extendable: true


Method Summary
 void produceEvents(ContentHandler contentHandler, LexicalHandler lexicalHandler, DTDHandler dtdHandler)
          Produce the SAX events for the XML source data calling the appropriate handler methods on the provided ContentHandler, LexicalHandler, and DTDHandler instances.
 
Methods inherited from interface wt.util.xml.xslt.XMLSource
getBaseURI
 

Method Detail

produceEvents

public void produceEvents(ContentHandler contentHandler,
                          LexicalHandler lexicalHandler,
                          DTDHandler dtdHandler)
                   throws SAXException
Produce the SAX events for the XML source data calling the appropriate handler methods on the provided ContentHandler, LexicalHandler, and DTDHandler instances. This method must support null values for each of these arguments. Note that implementors of this interface may well not send events to all three handlers even if they are provided.

Supported API: true

Parameters:
contentHandler -
lexicalHandler -
dtdHandler -
Throws:
SAXException