Uses of Interface
org.xml.sax.XMLReader

Packages that use XMLReader
javax.xml.parsers Provides classes allowing the processing of XML documents. 
org.enhydra.apache.xerces.jaxp   
org.enhydra.apache.xerces.parsers   
org.enhydra.apache.xerces.readers   
org.xml.sax   
org.xml.sax.helpers   
 

Uses of XMLReader in javax.xml.parsers
 

Methods in javax.xml.parsers that return XMLReader
abstract  XMLReader SAXParser.getXMLReader()
          Returns the XMLReader that is encapsulated by the implementation of this class.
 

Uses of XMLReader in org.enhydra.apache.xerces.jaxp
 

Methods in org.enhydra.apache.xerces.jaxp that return XMLReader
 XMLReader SAXParserImpl.getXMLReader()
          Returns the XMLReader that is encapsulated by the implementation of this class.
 

Uses of XMLReader in org.enhydra.apache.xerces.parsers
 

Classes in org.enhydra.apache.xerces.parsers that implement XMLReader
 class SAXParser
          SAXParser provides a parser which implements the SAX1 and SAX2 parser APIs.
 

Uses of XMLReader in org.enhydra.apache.xerces.readers
 

Classes in org.enhydra.apache.xerces.readers that implement XMLReader
(package private)  class XCatalog.Parser
          Parser for XCatalog document instances.
 

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.
 

Fields in org.xml.sax.helpers declared as XMLReader
(package private)  XMLReader XMLReaderAdapter.xmlReader
           
 

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

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.
 



Copyright © 1999 The Apache Software Foundation. All Rights reserved.