|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLFilter | |
javax.xml.transform.sax | This package implements SAX2-specific transformation APIs. |
org.xml.sax.helpers |
Uses of XMLFilter in javax.xml.transform.sax |
Methods in javax.xml.transform.sax that return XMLFilter | |
abstract 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 |
Classes in org.xml.sax.helpers that implement XMLFilter | |
class |
XMLFilterImpl
Base class for deriving an XML filter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |