Uses of Interface
org.xml.sax.ext.LexicalHandler
Packages that use LexicalHandler
包
描述
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
Subinterfaces of LexicalHandler in javax.xml.transform.sax修饰符和类Interface描述interfaceA TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.Methods in javax.xml.transform.sax that return LexicalHandlerMethods in javax.xml.transform.sax with parameters of type LexicalHandler修饰符和类方法描述voidSAXResult.setLexicalHandler(LexicalHandler handler) Set the SAX2LexicalHandlerfor the output. -
Uses of LexicalHandler in org.xml.sax.ext
Classes in org.xml.sax.ext that implement LexicalHandler修饰符和类Class描述classThis class extends the SAX2 base handler class to support the SAX2LexicalHandler,DeclHandler, andEntityResolver2extensions.