Uses of Interface
org.xml.sax.ext.LexicalHandler
- 
Packages that use LexicalHandler Package Description javax.xml.transform.sax Provides SAX specific transformation classes.org.xml.sax.ext Provides interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support.
- 
- 
Uses of LexicalHandler in javax.xml.transform.saxSubinterfaces 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.xml.sax.extClasses 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.
 
-