Uses of Interface
org.xml.sax.XMLReader
Package
Description
Provides the classes for processing XML documents with a SAX (Simple API for XML)
parser or a DOM (Document Object Model) Document builder.
Provides SAX specific transformation classes.
Provides the interfaces for the Simple API for XML (SAX).
Provides helper classes, including
support for bootstrapping SAX-based applications.
-
Uses of XMLReader in javax.xml.parsers
Modifier and TypeMethodDescriptionabstract XMLReader
SAXParser.getXMLReader()
Returns theXMLReader
that is encapsulated by the implementation of this class. -
Uses of XMLReader in javax.xml.transform.sax
Modifier and TypeMethodDescriptionSAXSource.getXMLReader()
Get the XMLReader to be used for the Source.Modifier and TypeMethodDescriptionvoid
SAXSource.setXMLReader(XMLReader reader)
Set the XMLReader to be used for the Source.ModifierConstructorDescriptionSAXSource(XMLReader reader, InputSource inputSource)
Create aSAXSource
, using anXMLReader
and a SAX InputSource. -
Uses of XMLReader in org.xml.sax
-
Uses of XMLReader in org.xml.sax.helpers
Modifier and TypeClassDescriptionclass
Adapt a SAX1 Parser as a SAX2 XMLReader.class
Base class for deriving an XML filter.Modifier and TypeMethodDescriptionstatic XMLReader
XMLReaderFactory.createXMLReader()
Deprecated.Obtains a new instance of aXMLReader
.static XMLReader
XMLReaderFactory.createXMLReader(String className)
Deprecated.Attempt to create an XML reader from a class name.XMLFilterImpl.getParent()
Get the parent reader.Modifier and TypeMethodDescriptionvoid
Set the parent reader.ModifierConstructorDescriptionXMLFilterImpl(XMLReader parent)
Construct an XML filter with the specified parent.XMLReaderAdapter(XMLReader xmlReader)
Create a new adapter.