| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.xml.sax | Provides the classes and interfaces for the Simple API for XML (SAX) which is a component of the Java API for XML Processing. | 
| org.xml.sax.helpers | Provides helper classes for the Simple API for XML (SAX) which is a component of the Java API for XML Processing. | 
| 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(XMLReader reader,
          InputSource inputSource)
Create a SAXSource, using an XMLReader
 and a SAX InputSource. | 
|
| 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(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.  | 
|
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.