wt.util.xml.xslt
Interface SAXXMLSource

All Superinterfaces:
XMLSource
All Known Subinterfaces:
XSLTransform
All Known Implementing Classes:
AbstractXSLTransform, AuxDataSAXSource, BOMReportSAXSource, CompositeSAXSource, ConsolidatedBOMSAXSource, MetaDataSAXSource, MultiBOMDiffSAXSource, ParameterDataSAXSource, SAX2SAXWrapper, SerialXSLTransformer, TableModelSAXSource

public interface SAXXMLSource
extends XMLSource

Provide access to XML source data in the form of SAX events. Currently, the only sub-interfaces or implementations are XSLTransforms.

Supported API: false

Extendable: false

See Also:
XSLTransform

Method Summary
 void produceEvents(DocumentHandler listener)
          Deprecated.  
 
Methods inherited from interface wt.util.xml.xslt.XMLSource
getBaseURI
 

Method Detail

produceEvents

public void produceEvents(DocumentHandler listener)
                   throws SAXException
Deprecated.  

Produce the SAX events for the XML source data calling the appropriate handler methods on the provided DocumentHandler instance.

Supported API: false

Parameters:
listener - The handler that will "receive" the SAX events as method calls.
Throws:
SAXException