|
||||||||||
| 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.serialize | Processes SAX events into streams. |
| 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.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.serialize |
| Classes in org.apache.xalan.serialize that implement LexicalHandler | |
class |
SerializerToHTML
SerializerToHTML formats SAX-style events into XML. |
class |
SerializerToText
This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and produces simple text only. |
class |
SerializerToXML
SerializerToXML formats SAX-style events into XML. |
| Uses of LexicalHandler in org.apache.xalan.transformer |
| Classes in org.apache.xalan.transformer that implement LexicalHandler | |
class |
ResultTreeHandler
This class is a layer between the direct calls to the result tree content handler, and the transformer. |
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
|
| Uses of LexicalHandler in org.apache.xalan.xsltc.runtime |
| Classes in org.apache.xalan.xsltc.runtime that implement LexicalHandler | |
class |
DefaultSAXOutputHandler
|
| Constructors in org.apache.xalan.xsltc.runtime with parameters of type LexicalHandler | |
TextOutput.TextOutput(ContentHandler sax,
LexicalHandler lex,
java.lang.String encoding)
Creates a new translet output post-processor |
|
| 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)
|
| Constructors in org.apache.xalan.xsltc.runtime.output with parameters of type LexicalHandler | |
SAXHTMLOutput.SAXHTMLOutput(ContentHandler handler,
LexicalHandler lex,
java.lang.String encoding)
|
|
SAXTextOutput.SAXTextOutput(ContentHandler handler,
LexicalHandler lex,
java.lang.String encoding)
|
|
SAXXMLOutput.SAXXMLOutput(ContentHandler handler,
LexicalHandler lex,
java.lang.String encoding)
|
|
| Uses of LexicalHandler in org.apache.xalan.xsltc.trax |
| Classes in org.apache.xalan.xsltc.trax that implement LexicalHandler | |
class |
SAX2DOM
|
class |
SAX2TO
|
| 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 |
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.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 |
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 | |||||||||