Package org.jfree.xml

Class CommentHandler

java.lang.Object
org.jfree.xml.CommentHandler
All Implemented Interfaces:
LexicalHandler

public class CommentHandler extends Object implements LexicalHandler
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