Uses of Interface
org.xml.sax.XMLFilter
Package
Description
Provides SAX specific transformation classes.
Provides helper classes, including
support for bootstrapping SAX-based applications.
-
Uses of XMLFilter in javax.xml.transform.sax
Modifier and TypeMethodDescriptionabstract XMLFilter
SAXTransformerFactory.newXMLFilter
(Source src) Create an XMLFilter that uses the given Source as the transformation instructions.abstract XMLFilter
SAXTransformerFactory.newXMLFilter
(Templates templates) Create an XMLFilter, based on the Templates argument.. -
Uses of XMLFilter in org.xml.sax.helpers