Uses of Interface
org.xml.sax.XMLFilter

Packages that use XMLFilter
org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. 
org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. 
 

Uses of XMLFilter in org.dom4j.io
 

Classes in org.dom4j.io that implement XMLFilter
 class HTMLWriter
          HTMLWriter takes a DOM4J tree and formats it to a stream as HTML.
 class XMLWriter
          XMLWriter takes a DOM4J tree and formats it to a stream as XML.
 

Methods in org.dom4j.io that return XMLFilter
 XMLFilter SAXReader.getXMLFilter()
          Returns the SAX filter being used to filter SAX events.
 

Methods in org.dom4j.io with parameters of type XMLFilter
 void SAXReader.setXMLFilter(XMLFilter xmlFilter)
          Sets the SAX filter to be used when filtering SAX events
 

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.
 



Copyright © 2004 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo