org.jfree.report.modules.parser.base
Class CommentHandler

java.lang.Object
  extended byorg.jfree.xml.CommentHandler
      extended byorg.jfree.report.modules.parser.base.CommentHandler
All Implemented Interfaces:
org.xml.sax.ext.LexicalHandler

Deprecated. moved into JCommon; this class will be removed in 0.8.5

public class CommentHandler
extends org.jfree.xml.CommentHandler

The comment handler is used to collect all XML comments from the SAX parser. The parser implementation must support comments to make this feature work.

Author:
Thomas Morgner

Field Summary
 
Fields inherited from class org.jfree.xml.CommentHandler
CLOSE_TAG_COMMENT, OPEN_TAG_COMMENT
 
Constructor Summary
CommentHandler()
          Deprecated. DefaultConstructor.
 
Methods inherited from class org.jfree.xml.CommentHandler
clearComments, comment, endCDATA, endDTD, endEntity, getComments, startCDATA, startDTD, startEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentHandler

public CommentHandler()
Deprecated. 
DefaultConstructor.