|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LexicalHandler | |
javax.xml.transform.sax | This package implements SAX2-specific transformation APIs. |
org.apache.xalan.lib.sql | Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through a "streamable" result set. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
org.apache.xalan.xsltc.dom | |
org.apache.xalan.xsltc.runtime | |
org.apache.xalan.xsltc.runtime.output | |
org.apache.xalan.xsltc.trax | |
org.apache.xml.dtm | |
org.apache.xml.dtm.ref | |
org.apache.xml.dtm.ref.dom2dtm | |
org.apache.xml.dtm.ref.sax2dtm | |
org.apache.xml.serializer | Processes SAX events into streams. |
org.apache.xml.utils | Implementation of Xalan utility classes. |
org.apache.xpath.objects | Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types. |
Uses of LexicalHandler in javax.xml.transform.sax |
Subinterfaces of LexicalHandler in javax.xml.transform.sax | |
interface |
TransformerHandler
A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result. |
Methods in javax.xml.transform.sax that return LexicalHandler | |
LexicalHandler |
SAXResult.getLexicalHandler()
Get a SAX2 LexicalHandler for the output. |
Methods in javax.xml.transform.sax with parameters of type LexicalHandler | |
void |
SAXResult.setLexicalHandler(LexicalHandler handler)
Set the SAX2 LexicalHandler for the output. |
Uses of LexicalHandler in org.apache.xalan.lib.sql |
Methods in org.apache.xalan.lib.sql that return LexicalHandler | |
LexicalHandler |
DTMDocument.getLexicalHandler()
|
Uses of LexicalHandler in org.apache.xalan.transformer |
Classes in org.apache.xalan.transformer that implement LexicalHandler | |
class |
TransformerHandlerImpl
A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result. |
class |
TransformerIdentityImpl
This class implements an identity transformer for and {@link javax.xml.transform.TransformerFactory#newTransformer(). |
Methods in org.apache.xalan.transformer that return LexicalHandler | |
LexicalHandler |
TransformerImpl.getInputLexicalHandler()
Get a SAX2 LexicalHandler for the input. |
Uses of LexicalHandler in org.apache.xalan.xsltc.dom |
Subinterfaces of LexicalHandler in org.apache.xalan.xsltc.dom | |
interface |
DOMBuilder
|
interface |
ExtendedSAX
|
Classes in org.apache.xalan.xsltc.dom that implement LexicalHandler | |
class |
AdaptiveResultTreeImpl
AdaptiveResultTreeImpl is a adaptive DOM model for result tree fragments (RTF). |
class |
SAXImpl
SAXImpl is the core model for SAX input source. |
class |
SimpleResultTreeImpl
This class represents a light-weight DOM model for simple result tree fragment(RTF). |
Methods in org.apache.xalan.xsltc.dom that return LexicalHandler | |
LexicalHandler |
SimpleResultTreeImpl.getLexicalHandler()
|
LexicalHandler |
AdaptiveResultTreeImpl.getLexicalHandler()
|
Uses of LexicalHandler in org.apache.xalan.xsltc.runtime |
Classes in org.apache.xalan.xsltc.runtime that implement LexicalHandler | |
class |
StringValueHandler
|
Uses of LexicalHandler in org.apache.xalan.xsltc.runtime.output |
Methods in org.apache.xalan.xsltc.runtime.output with parameters of type LexicalHandler | |
void |
TransletOutputHandlerFactory.setLexicalHandler(LexicalHandler lex)
|
Uses of LexicalHandler in org.apache.xalan.xsltc.trax |
Classes in org.apache.xalan.xsltc.trax that implement LexicalHandler | |
class |
SAX2DOM
|
Uses of LexicalHandler in org.apache.xml.dtm |
Methods in org.apache.xml.dtm that return LexicalHandler | |
LexicalHandler |
DTM.getLexicalHandler()
Return this DTM's lexical handler, if it has one. |
Uses of LexicalHandler in org.apache.xml.dtm.ref |
Classes in org.apache.xml.dtm.ref that implement LexicalHandler | |
class |
DTMDocumentImpl
This is the implementation of the DTM document interface. |
class |
IncrementalSAXSource_Filter
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 in org.apache.xml.dtm.ref that return LexicalHandler | |
LexicalHandler |
DTMDocumentImpl.getLexicalHandler()
Return this DTM's lexical handler. |
Methods in org.apache.xml.dtm.ref with parameters of type LexicalHandler | |
void |
IncrementalSAXSource.setLexicalHandler(LexicalHandler handler)
Register a SAX-style lexical handler for us to output to |
void |
IncrementalSAXSource_Filter.setLexicalHandler(LexicalHandler handler)
|
void |
IncrementalSAXSource_Xerces.setLexicalHandler(LexicalHandler handler)
|
void |
CoroutineParser.setLexHandler(LexicalHandler handler)
Deprecated. Register a SAX-style lexical handler for us to output to Not all parsers support this... |
Uses of LexicalHandler in org.apache.xml.dtm.ref.dom2dtm |
Methods in org.apache.xml.dtm.ref.dom2dtm that return LexicalHandler | |
LexicalHandler |
DOM2DTM.getLexicalHandler()
Return this DTM's lexical handler. |
Uses of LexicalHandler in org.apache.xml.dtm.ref.sax2dtm |
Classes in org.apache.xml.dtm.ref.sax2dtm that implement LexicalHandler | |
class |
SAX2DTM
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
SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation. |
class |
SAX2RTFDTM
This is a subclass of SAX2DTM which has been modified to meet the needs of Result Tree Frameworks (RTFs). |
Methods in org.apache.xml.dtm.ref.sax2dtm that return LexicalHandler | |
LexicalHandler |
SAX2DTM.getLexicalHandler()
Return this DTM's lexical handler. |
Uses of LexicalHandler in org.apache.xml.serializer |
Subinterfaces of LexicalHandler in org.apache.xml.serializer | |
interface |
ExtendedLexicalHandler
This interface has extensions to the standard SAX LexicalHandler interface. |
interface |
SerializationHandler
This interface is the one that a serializer implements. |
Classes in org.apache.xml.serializer that implement LexicalHandler | |
class |
EmptySerializer
This class is an adapter class. |
class |
SerializerBase
This class acts as a base class for the XML "serializers" and the stream serializers. |
class |
ToHTMLSAXHandler
This class accepts SAX-like calls, then sends true SAX calls to a wrapped SAX handler. |
class |
ToHTMLStream
|
class |
ToSAXHandler
|
class |
ToStream
This abstract class is a base class for other serializers (xml, html, text ...) that write output to a stream. |
class |
ToTextSAXHandler
|
class |
ToTextStream
|
class |
ToUnknownStream
This class wraps another SerializationHandler. |
class |
ToXMLSAXHandler
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 |
ToXMLStream
|
Methods in org.apache.xml.serializer with parameters of type LexicalHandler | |
void |
ToSAXHandler.setLexHandler(LexicalHandler _lexHandler)
Sets the LexicalHandler. |
Constructors in org.apache.xml.serializer with parameters of type LexicalHandler | |
ToSAXHandler.ToSAXHandler(ContentHandler hdlr,
LexicalHandler lex,
java.lang.String encoding)
|
|
ToHTMLSAXHandler.ToHTMLSAXHandler(ContentHandler handler,
LexicalHandler lex,
java.lang.String encoding)
A constructor. |
|
ToTextSAXHandler.ToTextSAXHandler(ContentHandler hdlr,
LexicalHandler lex,
java.lang.String encoding)
|
|
ToXMLSAXHandler.ToXMLSAXHandler(ContentHandler handler,
LexicalHandler lex,
java.lang.String encoding)
|
Uses of LexicalHandler in org.apache.xml.utils |
Classes in org.apache.xml.utils that implement LexicalHandler | |
class |
DOMBuilder
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 in org.apache.xml.utils with parameters of type LexicalHandler | |
void |
XMLString.dispatchAsComment(LexicalHandler lh)
Directly call the comment method on the passed LexicalHandler for the string-value. |
void |
XMLStringDefault.dispatchAsComment(LexicalHandler lh)
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 of LexicalHandler in org.apache.xpath.objects |
Methods in org.apache.xpath.objects with parameters of type LexicalHandler | |
void |
XString.dispatchAsComment(LexicalHandler lh)
Directly call the comment method on the passed LexicalHandler for the string-value. |
void |
XStringForChars.dispatchAsComment(LexicalHandler lh)
Directly call the comment method on the passed LexicalHandler for the string-value. |
void |
XStringForFSB.dispatchAsComment(LexicalHandler lh)
Directly call the comment method on the passed LexicalHandler for the string-value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |