API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.xml.sax.ext. LexicalHandler View Source
Author(s)
David Megginson
Since
SAX 2.0 (extensions 1.0)
Version
2.0.1 (sax2r2)
Serial
Hierarchy
 LexicalHandler
Subinterfaces
Description
public interface LexicalHandler
  SAX2 extension handler for lexical events.
See also:   
Methods
Hide/Show inherited methods
public void comment (char[] ch, int start, int length) throws SAXException
  Report an XML comment anywhere in the document.
public void endCDATA () throws SAXException
  Report the end of a CDATA section.
public void endDTD () throws SAXException
  Report the end of DTD declarations.
public void endEntity (String name) throws SAXException
  Report the end of an entity.
public void startCDATA () throws SAXException
  Report the start of a CDATA section.
public void startDTD (String name, String publicId, String systemId) throws SAXException
  Report the start of DTD declarations, if any.
public void startEntity (String name) throws SAXException
  Report the beginning of some internal and external XML entities.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar