com.novell.xml.sax
Interface DocumentCommentHandler

All Superinterfaces:
DocumentHandler
All Known Implementing Classes:
SAXtoDOM, SAXWriter

public interface DocumentCommentHandler
extends DocumentHandler

A simple extension of the SAX DocumentHandler interface that handles comments


Method Summary
 void comment(String data)
          Handle a comment
 
Methods inherited from interface org.xml.sax.DocumentHandler
characters, endDocument, endElement, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocument, startElement
 

Method Detail

comment

public void comment(String data)
             throws SAXException
Handle a comment

Parameters:
data - The comment data, that is, everything between the tags.
Throws:
SAXException