public interface SmooksXMLReader extends XMLReader, ContentHandler
XMLReader
.
DOMParser
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".Modifier and Type | Method and Description |
---|---|
void |
setExecutionContext(ExecutionContext executionContext)
Set the Smooks
ExecutionContext on the implementing class. |
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty
void setExecutionContext(ExecutionContext executionContext)
ExecutionContext
on the implementing class.executionContext
- The Smooks ExecutionContext
.Copyright © 2020. All rights reserved.