Interface SAX2XMLSource

All Superinterfaces:
XMLSource
All Known Subinterfaces:
XSLTransform

public interface SAX2XMLSource extends XMLSource


Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

    • produceEvents

      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