Uses of Interface org.xml.sax.XMLReader

Uses in package gnu.xml.util

Classes implementing org.xml.sax.XMLReader

class
This parser emits SAX2 parsing events as it traverses a DOM tree, using any conformant implementation of DOM.

Uses in package gnu.xml.stream

Classes implementing org.xml.sax.XMLReader

class
JAXP SAX parser using an underlying StAX parser.

Methods with return type org.xml.sax.XMLReader

XMLReader
Returns the underlying SAX2 parser.

Uses in package gnu.xml.dom.ls

Methods with parameter type org.xml.sax.XMLReader

void

Uses in package gnu.xml.pipeline

Methods with parameter type org.xml.sax.XMLReader

void
EventFilter.bind(XMLReader producer, EventConsumer consumer)
Binds the standard SAX2 handlers from the specified consumer pipeline to the specified producer.

Uses in package gnu.xml.aelfred2

Classes implementing org.xml.sax.XMLReader

class
An enhanced SAX2 version of Microstar's Ælfred XML parser.
class
This SAX2 parser optionally layers a validator over the Ælfred2 SAX2 parser.

Uses in package gnu.xml.libxmlj.sax

Classes implementing org.xml.sax.XMLReader

class
A SAX2 parser that uses libxml2.

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.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 javax.xml.parsers

Methods with return type org.xml.sax.XMLReader

XMLReader
Returns the underlying SAX2 parser.