Uses of Interface
org.xml.sax.ext.LexicalHandler

Packages that use LexicalHandler
org.apache.xerces.parsers   
org.apache.xml.serialize   
 

Uses of LexicalHandler in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers that return LexicalHandler
protected  LexicalHandler SAXParser.getLexicalHandler()
          Returns the lexical handler.
 

Methods in org.apache.xerces.parsers with parameters of type LexicalHandler
protected  void SAXParser.setLexicalHandler(LexicalHandler handler)
          Set the lexical event handler.
 

Uses of LexicalHandler in org.apache.xml.serialize
 

Classes in org.apache.xml.serialize that implement LexicalHandler
 class BaseMarkupSerializer
          Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents.
 class HTMLSerializer
          Implements an HTML/XHTML serializer supporting both DOM and SAX pretty serializing.
 class TextSerializer
          Implements a text serializer supporting both DOM and SAX serializing.
 class XHTMLSerializer
          Implements an XHTML serializer supporting both DOM and SAX pretty serializing.
 class XMLSerializer
          Implements an XML serializer supporting both DOM and SAX pretty serializing.
 



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.