public interface ExtendedLexicalHandler extends LexicalHandler
Modifier and Type | Method and Description |
---|---|
void |
comment(String comment)
This method is used to notify of a comment
|
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
void comment(String comment) throws SAXException
comment
- the comment, but unlike the SAX comment() method this
method takes a String rather than a character array.SAXException
Copyright © 2021 JBoss by Red Hat. All rights reserved.