Uses of Interface
org.xml.sax.XMLFilter
| Package | Description |
|---|---|
| javax.xml.transform.sax |
Provides SAX specific transformation classes.
|
| org.xml.sax.helpers |
Provides helper classes, including
support for bootstrapping SAX-based applications.
|
-
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.xml.sax.helpers
Classes in org.xml.sax.helpers that implement XMLFilter Modifier and Type Class Description classXMLFilterImplBase class for deriving an XML filter.