public class TrAXFilter extends XMLFilterImpl
| Constructor and Description |
|---|
TrAXFilter(Templates templates) |
| Modifier and Type | Method and Description |
|---|---|
Transformer |
getTransformer() |
void |
parse(InputSource input) |
void |
parse(String systemId) |
void |
setContentHandler(ContentHandler handler) |
void |
setErrorListener(ErrorListener handler) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic TrAXFilter(Templates templates) throws TransformerConfigurationException
public Transformer getTransformer()
public void parse(InputSource input) throws SAXException, IOException
parse in interface XMLReaderparse in class XMLFilterImplSAXExceptionIOExceptionpublic void parse(String systemId) throws SAXException, IOException
parse in interface XMLReaderparse in class XMLFilterImplSAXExceptionIOExceptionpublic void setContentHandler(ContentHandler handler)
setContentHandler in interface XMLReadersetContentHandler in class XMLFilterImplpublic void setErrorListener(ErrorListener handler)
Copyright © 2018 JBoss by Red Hat. All rights reserved.