Uses of Interface
org.xml.sax.XMLReader

Packages that use XMLReader
gnu.xml.aelfred2 This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. 
gnu.xml.pipeline This package exposes a kind of XML processing pipeline, based on sending SAX events, which can be used as components of application architectures. 
gnu.xml.util This package contains XML utilities, including SAX2 XML writers and a parser of DOM trees, plus a command line driver. 
org.xml.sax This package provides the core SAX APIs. 
org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. 
 

Uses of XMLReader in gnu.xml.aelfred2
 

Classes in gnu.xml.aelfred2 that implement XMLReader
 class SAXDriver
          An enhanced SAX2 version of Microstar's Ælfred XML parser.
 class XmlReader
          This SAX2 parser optionally layers a validator over the Ælfred2 SAX2 parser.
 

Uses of XMLReader in gnu.xml.pipeline
 

Methods in gnu.xml.pipeline with parameters of type XMLReader
static void EventFilter.bind(XMLReader producer, EventConsumer consumer)
          Binds the standard SAX2 handlers from the specified consumer pipeline to the specified producer.
 

Uses of XMLReader in gnu.xml.util
 

Classes in gnu.xml.util that implement XMLReader
 class DomParser
          This parser emits SAX2 parsing events as it traverses a DOM tree, using any conformant implementation of DOM.
 

Uses of XMLReader in org.xml.sax
 

Subinterfaces of XMLReader in org.xml.sax
 interface XMLFilter
          Interface for an XML filter.
 

Methods in org.xml.sax that return XMLReader
 XMLReader XMLFilter.getParent()
          Get the parent reader.
 

Methods in org.xml.sax with parameters of type XMLReader
 void XMLFilter.setParent(XMLReader parent)
          Set the parent reader.
 

Uses of XMLReader in org.xml.sax.helpers
 

Classes in org.xml.sax.helpers that implement XMLReader
 class ParserAdapter
          Adapt a SAX1 Parser as a SAX2 XMLReader.
 class XMLFilterImpl
          Base class for deriving an XML filter.
 

Methods in org.xml.sax.helpers that return XMLReader
static XMLReader XMLReaderFactory.createXMLReader()
          Attempt to create an XMLReader from system defaults.
static XMLReader XMLReaderFactory.createXMLReader(java.lang.String className)
          Attempt to create an XML reader from a class name.
 XMLReader XMLFilterImpl.getParent()
          Get the parent reader.
 

Methods in org.xml.sax.helpers with parameters of type XMLReader
 void XMLFilterImpl.setParent(XMLReader parent)
          Set the parent reader.
 

Constructors in org.xml.sax.helpers with parameters of type XMLReader
XMLReaderAdapter(XMLReader xmlReader)
          Create a new adapter.
XMLFilterImpl(XMLReader parent)
          Construct an XML filter with the specified parent.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2003-06-07.