Uses of Interface org.xml.sax.XMLReader

Uses in package javax.xml.transform.sax

Constructors with parameter type org.xml.sax.XMLReader

SAXSource.SAXSource(XMLReader reader, InputSource inputSource)
Constructor with a SAX parser and input source.

Methods with parameter type org.xml.sax.XMLReader

void
Sets the SAX parser to be used by this source.

Methods with return type org.xml.sax.XMLReader

XMLReader
Returns the SAX parser to be used by this source.

Uses in package org.xml.sax.helpers

Classes implementing org.xml.sax.XMLReader

class
Adapt a SAX1 Parser as a SAX2 XMLReader.
class
Base class for deriving an XML filter.

Constructors with parameter type org.xml.sax.XMLReader

Construct an XML filter with the specified parent.
Create a new adapter.

Methods with parameter type org.xml.sax.XMLReader

void
Set the parent reader.

Methods with return type org.xml.sax.XMLReader

XMLReader
Attempt to create an XMLReader from system defaults.
XMLReader
Attempt to create an XML reader from a class name.
XMLReader
Get the parent reader.

Uses in package org.xml.sax

Methods with parameter type org.xml.sax.XMLReader

void
Set the parent reader.

Methods with return type org.xml.sax.XMLReader

XMLReader
Get the parent reader.

Uses in package javax.xml.parsers

Methods with return type org.xml.sax.XMLReader

XMLReader
Returns the underlying SAX2 parser.