Interface SmooksXMLReader

  • All Superinterfaces:
    ContentHandler, XMLReader
    All Known Subinterfaces:
    JavaXMLReader

    public interface SmooksXMLReader
    extends XMLReader, ContentHandler
    Smooks XMLReader.

    SmooksXMLReader allows you to target a specific SAX Parser at a specific message type. This lets you parse a stream of any type, convert it to a stream of SAX event and so treat the stream as an XML data stream, even when the stream is non-XML.

    The parser resource configuration "selector" needs to have a value of "org.xml.sax.driver" i.e. selector="org.xml.sax.driver".

    Author:
    tfennelly