Uses of Interface
org.xml.sax.XMLReader

Packages that use XMLReader
org.apache.trax Defines a global interface for generating Templates and performing XML transformations. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.xml.sax SAX 2.0 interfaces. 
org.xml.sax.helpers SAX 2.0 implementation classes. 
 

Uses of XMLReader in org.apache.trax
 

Subinterfaces of XMLReader in org.apache.trax
 interface Transformer
          This object represents a Transformer, which is a SAX2 XMLFilter.
 

Methods in org.apache.trax that return XMLReader
 XMLReader Processor.getXMLReader()
          Get the XML parser used for the templates.
 XMLReader URIResolver.getXMLReader(InputSource inputSource)
          This method returns the SAX2 parser to use with the InputSource obtained from this URI.
 

Methods in org.apache.trax with parameters of type XMLReader
 void Processor.setXMLReader(XMLReader reader)
          Set an XML parser for the templates.
 

Uses of XMLReader in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement XMLReader
 class TransformerImpl
          **For advanced use only** The Xalan workhorse -- Collaborates with the XPath xcontext, the DOM, and the XPath engine, to transform a source tree of nodes into a result tree according to instructions and templates specified by a stylesheet tree.
 

Methods in org.apache.xalan.transformer with parameters of type XMLReader
 void TransformerImpl.setParent(XMLReader parent)
          **For advanced use only** Set the parent reader.
 

Uses of XMLReader in org.apache.xpath
 

Fields in org.apache.xpath declared as XMLReader
 XMLReader XPathContext.m_primaryReader
          **For advanced use only**  
 

Methods in org.apache.xpath that return XMLReader
 XMLReader XPathContext.getPrimaryReader()
          **For advanced use only** Get primary XMLReader associated with this execution context.
 XMLReader SourceTreeManager.getXMLReader(InputSource inputSource, Locator locator)
          This method returns the SAX2 parser to use with the InputSource obtained from this URI.
 

Methods in org.apache.xpath with parameters of type XMLReader
 void XPathContext.setPrimaryReader(XMLReader reader)
          **For advanced use only** Set primary XMLReader associated with this execution context.
 

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
 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
XMLFilterImpl.XMLFilterImpl(XMLReader parent)
          Construct an XML filter with the specified parent.
XMLReaderAdapter.XMLReaderAdapter(XMLReader xmlReader)
          Create a new adapter.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.