Uses of Interface
org.xml.sax.ext.LexicalHandler
| Package | Description |
|---|---|
| javax.xml.transform.sax | |
| org.apache.harmony.xml | |
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| 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.
|
| org.xml.sax.ext |
-
Uses of LexicalHandler in javax.xml.transform.sax
Subinterfaces of LexicalHandler in javax.xml.transform.sax Modifier and Type Interface Description interfaceTransformerHandlerA TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.Methods in javax.xml.transform.sax that return LexicalHandler Modifier and Type Method Description LexicalHandlerSAXResult. getLexicalHandler()Get a SAX2LexicalHandlerfor the output.Methods in javax.xml.transform.sax with parameters of type LexicalHandler Modifier and Type Method Description voidSAXResult. setLexicalHandler(LexicalHandler handler)Set the SAX2LexicalHandlerfor the output. -
Uses of LexicalHandler in org.apache.harmony.xml
Methods in org.apache.harmony.xml that return LexicalHandler Modifier and Type Method Description LexicalHandlerExpatReader. getLexicalHandler()Returns the current lexical handler.Methods in org.apache.harmony.xml with parameters of type LexicalHandler Modifier and Type Method Description voidExpatReader. setLexicalHandler(LexicalHandler lexicalHandler)Registers a lexical event handler. -
Uses of LexicalHandler in org.apache.xalan.transformer
Classes in org.apache.xalan.transformer that implement LexicalHandler Modifier and Type Class Description classTransformerHandlerImplA TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.classTransformerIdentityImplThis class implements an identity transformer forSAXTransformerFactory.newTransformerHandler()andTransformerFactory.newTransformer(). -
Uses of LexicalHandler in org.apache.xml.dtm
Methods in org.apache.xml.dtm that return LexicalHandler Modifier and Type Method Description LexicalHandlerDTM. 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 Modifier and Type Class Description classDTMDocumentImplThis is the implementation of the DTM document interface.classIncrementalSAXSource_FilterIncrementalSAXSource_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 Modifier and Type Method Description LexicalHandlerDTMDocumentImpl. getLexicalHandler()Return this DTM's lexical handler.Methods in org.apache.xml.dtm.ref with parameters of type LexicalHandler Modifier and Type Method Description voidIncrementalSAXSource_Filter. setLexicalHandler(LexicalHandler handler)voidIncrementalSAXSource. setLexicalHandler(LexicalHandler handler)Register a SAX-style lexical handler for us to output to -
Uses of LexicalHandler in org.apache.xml.dtm.ref.dom2dtm
Methods in org.apache.xml.dtm.ref.dom2dtm that return LexicalHandler Modifier and Type Method Description LexicalHandlerDOM2DTM. 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 Modifier and Type Class Description classSAX2DTMThis class implements a DTM that tends to be optimized more for speed than for compactness, that is constructed via SAX2 ContentHandler events.classSAX2DTM2SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.classSAX2RTFDTMThis 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 Modifier and Type Method Description LexicalHandlerSAX2DTM. getLexicalHandler()Return this DTM's lexical handler. -
Uses of LexicalHandler in org.apache.xml.serializer
Subinterfaces of LexicalHandler in org.apache.xml.serializer Modifier and Type Interface Description interfaceExtendedLexicalHandlerThis interface has extensions to the standard SAX LexicalHandler interface.interfaceSerializationHandlerThis interface is the one that a serializer implements.Classes in org.apache.xml.serializer that implement LexicalHandler Modifier and Type Class Description classSerializerBaseThis class acts as a base class for the XML "serializers" and the stream serializers.classToHTMLStreamThis serializer takes a series of SAX or SAX-like events and writes its output to the given stream.classToSAXHandlerThis class is used to provide a base behavior to be inherited by other To...SAXHandler serializers.classToStreamThis abstract class is a base class for other stream serializers (xml, html, text ...) that write output to a stream.classToTextSAXHandlerDeprecated.classToTextStreamThis class is not a public API.classToUnknownStreamThis class wraps another SerializationHandler.classToXMLSAXHandlerThis 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 xsl:output method is known to be "xml".classToXMLStreamThis class converts SAX or SAX-like calls to a serialized xml document.Fields in org.apache.xml.serializer declared as LexicalHandler Modifier and Type Field Description protected LexicalHandlerToSAXHandler. m_lexHandlerUnderlying LexicalHandler.Methods in org.apache.xml.serializer with parameters of type LexicalHandler Modifier and Type Method Description voidToSAXHandler. setLexHandler(LexicalHandler _lexHandler)Sets the LexicalHandler.Constructors in org.apache.xml.serializer with parameters of type LexicalHandler Constructor Description ToSAXHandler(ContentHandler hdlr, LexicalHandler lex, String encoding)ToTextSAXHandler(ContentHandler hdlr, LexicalHandler lex, String encoding)Deprecated.ToXMLSAXHandler(ContentHandler handler, LexicalHandler lex, String encoding) -
Uses of LexicalHandler in org.apache.xml.utils
Classes in org.apache.xml.utils that implement LexicalHandler Modifier and Type Class Description classDOMBuilderThis 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 Modifier and Type Method Description voidXMLString. dispatchAsComment(LexicalHandler lh)Directly call the comment method on the passed LexicalHandler for the string-value.voidXMLStringDefault. dispatchAsComment(LexicalHandler lh)Directly call the comment method on the passed LexicalHandler for the string-value.voidFastStringBuffer. 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 Modifier and Type Method Description voidXString. dispatchAsComment(LexicalHandler lh)Directly call the comment method on the passed LexicalHandler for the string-value.voidXStringForChars. dispatchAsComment(LexicalHandler lh)Directly call the comment method on the passed LexicalHandler for the string-value.voidXStringForFSB. dispatchAsComment(LexicalHandler lh)Directly call the comment method on the passed LexicalHandler for the string-value. -
Uses of LexicalHandler in org.xml.sax.ext
Classes in org.xml.sax.ext that implement LexicalHandler Modifier and Type Class Description classDefaultHandler2This class extends the SAX2 base handler class to support the SAX2LexicalHandler,DeclHandler, andEntityResolver2extensions.
ToXMLSAXHandler.