Uses of Interface
org.xml.sax.ext.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.sax
Modifier and TypeInterfaceDescriptioninterface
A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.Modifier and TypeMethodDescriptionSAXResult.getLexicalHandler()
Get a SAX2LexicalHandler
for the output.Modifier and TypeMethodDescriptionvoid
SAXResult.setLexicalHandler
(LexicalHandler handler) Set the SAX2LexicalHandler
for the output. -
Uses of LexicalHandler in org.xml.sax.ext
Modifier and TypeClassDescriptionclass
This class extends the SAX2 base handler class to support the SAX2LexicalHandler
,DeclHandler
, andEntityResolver2
extensions.