Java™ Platform
Standard Ed. 6

Uses of Interface
org.xml.sax.XMLFilter

Packages that use XMLFilter
javax.xml.transform.sax This package implements SAX2-specific transformation APIs. 
org.xml.sax.helpers This package contains "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
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.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.