|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLReader | |
---|---|
org.apache.xerces.jaxp | |
org.apache.xerces.parsers | |
org.xml.sax | |
org.xml.sax.helpers |
Uses of XMLReader in org.apache.xerces.jaxp |
---|
Methods in org.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.apache.xerces.parsers |
---|
Classes in org.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.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(XMLReader parent)
Construct an XML filter with the specified parent. |
|
XMLReaderAdapter(XMLReader xmlReader)
Create a new adapter. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |