Uses of Interface org.xml.sax.ext.LexicalHandler

Uses in package javax.xml.transform.sax

Methods with parameter type org.xml.sax.ext.LexicalHandler

void
Set the SAX2 LexicalHandler for the output.

Methods with return type org.xml.sax.ext.LexicalHandler

LexicalHandler
Get a SAX2 LexicalHandler for the output.

Uses in package org.apache.xml.dtm

Methods with return type org.xml.sax.ext.LexicalHandler

LexicalHandler
Return this DTM's lexical handler, if it has one.

Uses in package org.apache.xalan.lib.sql

Methods with return type org.xml.sax.ext.LexicalHandler

LexicalHandler

Uses in package org.apache.xml.serializer

Classes implementing org.xml.sax.ext.LexicalHandler

class
This class is an adapter class.
class
This class acts as a base class for the XML "serializers" and the stream serializers.
class
This class accepts SAX-like calls, then sends true SAX calls to a wrapped SAX handler.
class
class
class
This abstract class is a base class for other stream serializers (xml, html, text ...) that write output to a stream.
class
class
class
This class wraps another SerializationHandler.
class
This class receives notification of SAX-like events, and with gathered information over these calls it will invoke the equivalent SAX methods on a handler, the ultimate output is known to be XML.
class

Constructors with parameter type org.xml.sax.ext.LexicalHandler

A constructor.

Methods with parameter type org.xml.sax.ext.LexicalHandler

void
Sets the LexicalHandler.

Uses in package org.apache.xalan.xsltc.runtime.output

Methods with parameter type org.xml.sax.ext.LexicalHandler

void

Uses in package org.apache.xalan.transformer

Classes implementing org.xml.sax.ext.LexicalHandler

class
A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.
class
This class implements an identity transformer for SAXTransformerFactory.newTransformerHandler() and TransformerFactory.newTransformer().

Methods with return type org.xml.sax.ext.LexicalHandler

LexicalHandler
Get a SAX2 LexicalHandler for the input.

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

Classes implementing org.xml.sax.ext.LexicalHandler

class

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

Classes implementing org.xml.sax.ext.LexicalHandler

class
This is the implementation of the DTM document interface.
class
IncrementalSAXSource_Filter implements IncrementalSAXSource, using a standard SAX2 event source as its input and parcelling out those events gradually in reponse to deliverMoreNodes() requests.

Methods with parameter type org.xml.sax.ext.LexicalHandler

void
Register a SAX-style lexical handler for us to output to Not all parsers support this...
void
Register a SAX-style lexical handler for us to output to
void
Register a SAX-style lexical handler for us to output to
void
Register a SAX-style lexical handler for us to output to

Methods with return type org.xml.sax.ext.LexicalHandler

LexicalHandler
Return this DTM's lexical handler.

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

Classes implementing org.xml.sax.ext.LexicalHandler

class
This class implements a DTM that tends to be optimized more for speed than for compactness, that is constructed via SAX2 ContentHandler events.
class
SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.
class
This is a subclass of SAX2DTM which has been modified to meet the needs of Result Tree Frameworks (RTFs).

Methods with return type org.xml.sax.ext.LexicalHandler

LexicalHandler
Return this DTM's lexical handler.

Uses in package org.apache.xml.utils

Classes implementing org.xml.sax.ext.LexicalHandler

class
This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and adds the result to a document or document fragment.

Methods with parameter type org.xml.sax.ext.LexicalHandler

void
Directly call the comment method on the passed LexicalHandler for the string-value.
void
Directly call the comment method on the passed LexicalHandler for the string-value.
void
FastStringBuffer.sendSAXComment(LexicalHandler ch, int start, int length)
Sends the specified range of characters as sax Comment.

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

Classes implementing org.xml.sax.ext.LexicalHandler

class
class
Implementation of a JAXP1.1 TransformerHandler

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

Methods with return type org.xml.sax.ext.LexicalHandler

LexicalHandler
Return this DTM's lexical handler.

Uses in package org.apache.xpath.objects

Methods with parameter type org.xml.sax.ext.LexicalHandler

void
Directly call the comment method on the passed LexicalHandler for the string-value.
void
Directly call the comment method on the passed LexicalHandler for the string-value.
void
Directly call the comment method on the passed LexicalHandler for the string-value.

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

Classes implementing org.xml.sax.ext.LexicalHandler

class
AdaptiveResultTreeImpl is a adaptive DOM model for result tree fragments (RTF).
class
SAXImpl is the core model for SAX input source.
class
This class represents a light-weight DOM model for simple result tree fragment(RTF).

Methods with return type org.xml.sax.ext.LexicalHandler

LexicalHandler
Return this DTM's lexical handler, if it has one.
LexicalHandler

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