Uses of Interface
org.xml.sax.ext.LexicalHandler
Packages that use LexicalHandler
Package
Description
Provides SAX specific transformation classes.
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.saxModifier and TypeInterfaceDescriptioninterfaceA TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.Methods in javax.xml.transform.sax that return LexicalHandlerModifier and TypeMethodDescriptionSAXResult.getLexicalHandler()Get a SAX2LexicalHandlerfor the output.Methods in javax.xml.transform.sax with parameters of type LexicalHandlerModifier and TypeMethodDescriptionvoidSAXResult.setLexicalHandler(LexicalHandler handler) Set the SAX2LexicalHandlerfor the output.
- 
Uses of LexicalHandler in org.xml.sax.extClasses in org.xml.sax.ext that implement LexicalHandlerModifier and TypeClassDescriptionclassThis class extends the SAX2 base handler class to support the SAX2LexicalHandler,DeclHandler, andEntityResolver2extensions.