public class StreamingFilterImpl extends AbstractXMLFilter
| Modifier and Type | Method and Description |
|---|---|
Xslt30Transformer |
getTransformer()
Get the underlying Transformer.
|
void |
parse(InputSource input)
Parse an XML document - In the context of a Transformer, this means
perform a transformation.
|
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setPropertypublic void parse(InputSource input) throws IOException, SAXException
input - The input source (the XML document to be transformed)SAXException - Any SAX exception, possibly
wrapping another exception.IOException - An IO exception from the parser,
possibly from a byte stream or character stream
supplied by the application.InputSource,
AbstractXMLFilter.parse(String),
AbstractXMLFilter.setEntityResolver(org.xml.sax.EntityResolver),
AbstractXMLFilter.setDTDHandler(org.xml.sax.DTDHandler),
AbstractXMLFilter.setContentHandler(org.xml.sax.ContentHandler),
AbstractXMLFilter.setErrorHandler(org.xml.sax.ErrorHandler)public Xslt30Transformer getTransformer()
Copyright (c) 2004-2017 Saxonica Limited. All rights reserved.