|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentCommentHandler
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 |
---|
void comment(String data) throws SAXException
data
- The comment data, that is, everything
between the tags.
SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |