Uses of Interface
org.xml.sax.XMLReader

Packages that use XMLReader
javax.xml.parsers Provides classes allowing the processing of XML documents. 
javax.xml.transform.sax This package implements SAX2-specific transformation APIs. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xalan.xsltc.compiler   
org.apache.xalan.xsltc.dom   
org.apache.xalan.xsltc.trax   
org.apache.xml.dtm.ref   
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 Simple API for XML (SAX) 
org.xml.sax.helpers SAX helper classes. 
 

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 javax.xml.transform.sax
 

Methods in javax.xml.transform.sax that return XMLReader
 XMLReader SAXSource.getXMLReader()
          Get the XMLReader to be used for the Source.
 

Methods in javax.xml.transform.sax with parameters of type XMLReader
 void SAXSource.setXMLReader(XMLReader reader)
          Set the XMLReader to be used for the Source.
 

Constructors in javax.xml.transform.sax with parameters of type XMLReader
SAXSource.SAXSource(XMLReader reader, InputSource inputSource)
          Create a SAXSource, using an XMLReader and a SAX InputSource.
 

Uses of XMLReader in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement XMLReader
 class TrAXFilter
           
 

Methods in org.apache.xalan.transformer with parameters of type XMLReader
 void TrAXFilter.setParent(XMLReader parent)
          Set the parent reader.
 

Uses of XMLReader in org.apache.xalan.xsltc.compiler
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type XMLReader
 SyntaxTreeNode Parser.parse(XMLReader reader, InputSource input)
          Parses a stylesheet and builds the internal abstract syntax tree
 void XSLTC.setXMLReader(XMLReader reader)
          Set the XMLReader to use for parsing the next input stylesheet
 

Uses of XMLReader in org.apache.xalan.xsltc.dom
 

Methods in org.apache.xalan.xsltc.dom with parameters of type XMLReader
 void DTDMonitor.handleDTD(XMLReader reader)
          Set an instance of this class as the DTD declaration handler for an XMLReader object (using the setProperty() method).
 

Constructors in org.apache.xalan.xsltc.dom with parameters of type XMLReader
DTDMonitor.DTDMonitor(XMLReader reader)
          Constructor
 

Uses of XMLReader in org.apache.xalan.xsltc.trax
 

Classes in org.apache.xalan.xsltc.trax that implement XMLReader
 class DOM2SAX
           
 class DOM2TO
           
 

Methods in org.apache.xalan.xsltc.trax that return XMLReader
 XMLReader TransformerFactoryImpl.getXMLReader()
          This method is synchronized to allow instances of this class to be shared among threads.
 

Methods in org.apache.xalan.xsltc.trax with parameters of type XMLReader
 void XSLTCSource.build(XMLReader reader, java.lang.String systemId)
          Build the internal XSLTC-specific DOM.
 void XSLTCSource.build(XMLReader reader)
          Build the internal XSLTC-specific DOM.
 

Uses of XMLReader in org.apache.xml.dtm.ref
 

Methods in org.apache.xml.dtm.ref that return XMLReader
 XMLReader DTMManagerDefault.getXMLReader(Source inputSource)
          This method returns the SAX2 parser to use with the InputSource obtained from this URI.
 

Methods in org.apache.xml.dtm.ref with parameters of type XMLReader
 void IncrementalSAXSource_Filter.setXMLReader(XMLReader eventsource)
          Bind our input streams to an XMLReader.
 void CoroutineParser.init(CoroutineManager co, int appCoroutineID, XMLReader parser)
          Deprecated. Initialize the coroutine parser.
 

Uses of XMLReader in org.apache.xpath
 

Fields in org.apache.xpath declared as XMLReader
 XMLReader XPathContext.m_primaryReader
          The reader of the primary source tree.
 

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

Methods in org.apache.xpath with parameters of type XMLReader
 void XPathContext.setPrimaryReader(XMLReader reader)
          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 XMLReader from system defaults.
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 © 2002 Apache XML Project. All Rights Reserved.