Uses of Interface org.xml.sax.XMLReader

Uses in package org.apache.xalan.xsltc.trax

Classes implementing org.xml.sax.XMLReader

class
class
class
skeleton extension of XMLFilterImpl for now.

Uses in package org.apache.xpath

Fields of type org.xml.sax.XMLReader

XMLReader
The reader of the primary source tree.

Methods with parameter type org.xml.sax.XMLReader

void
Set primary XMLReader associated with this execution context.

Methods with return type org.xml.sax.XMLReader

XMLReader
Get primary XMLReader associated with this execution context.
XMLReader
This method returns the SAX2 parser to use with the InputSource obtained from this URI.

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 javax.xml.transform.sax

Constructors with parameter type org.xml.sax.XMLReader

SAXSource.SAXSource(XMLReader reader, InputSource inputSource)
Create a SAXSource, using an XMLReader and a SAX InputSource.

Methods with parameter type org.xml.sax.XMLReader

void
Set the XMLReader to be used for the Source.

Methods with return type org.xml.sax.XMLReader

XMLReader
Get the XMLReader to be used for the Source.

Uses in package org.apache.xalan.xsltc.compiler

Methods with parameter type org.xml.sax.XMLReader

SyntaxTreeNode
Parses a stylesheet and builds the internal abstract syntax tree
void
Set the XMLReader to use for parsing the next input stylesheet

Methods with return type org.xml.sax.XMLReader

XMLReader
Get the XMLReader to use for parsing the next input stylesheet

Uses in package org.apache.xml.dtm.ref

Methods with parameter type org.xml.sax.XMLReader

void
CoroutineParser.init(CoroutineManager co, int appCoroutineID, XMLReader parser)
Initialize the coroutine parser.
void
Indicates that the XMLReader object is no longer in use for the transform.
void
Bind our input streams to an XMLReader.

Methods with return type org.xml.sax.XMLReader

XMLReader
This method returns the SAX2 parser to use with the InputSource obtained from this URI.

Uses in package javax.xml.parsers

Methods with return type org.xml.sax.XMLReader

XMLReader
Returns the XMLReader that is encapsulated by the implementation of this class.

Uses in package org.apache.xalan.transformer

Classes implementing org.xml.sax.XMLReader

class

Methods with parameter type org.xml.sax.XMLReader

void
Set the parent reader.

Uses in package org.apache.xml.utils

Methods with parameter type org.xml.sax.XMLReader

void
Mark the cached XMLReader as available.

Methods with return type org.xml.sax.XMLReader

XMLReader
Retrieves a cached XMLReader for this thread, or creates a new XMLReader, if the existing reader is in use.

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.

Copyright B) 2004 Apache XML Project. All Rights Reserved.