Uses of Interface
org.xml.sax.XMLFilter
| Package | Description |
|---|---|
| javax.xml.transform.sax | |
| org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.xml.sax.helpers |
-
Uses of XMLFilter in javax.xml.transform.sax
Methods in javax.xml.transform.sax that return XMLFilter Modifier and Type Method Description abstract XMLFilterSAXTransformerFactory. newXMLFilter(Source src)Create an XMLFilter that uses the given Source as the transformation instructions.abstract XMLFilterSAXTransformerFactory. newXMLFilter(Templates templates)Create an XMLFilter, based on the Templates argument.. -
Uses of XMLFilter in org.apache.xalan.processor
Methods in org.apache.xalan.processor that return XMLFilter Modifier and Type Method Description XMLFilterTransformerFactoryImpl. newXMLFilter(Source src)Create an XMLFilter that uses the given source as the transformation instructions.XMLFilterTransformerFactoryImpl. newXMLFilter(Templates templates)Create an XMLFilter that uses the given source as the transformation instructions. -
Uses of XMLFilter in org.apache.xalan.transformer
Classes in org.apache.xalan.transformer that implement XMLFilter Modifier and Type Class Description classTrAXFilter -
Uses of XMLFilter in org.xml.sax.helpers
Classes in org.xml.sax.helpers that implement XMLFilter Modifier and Type Class Description classXMLFilterImplBase class for deriving an XML filter.