org.apache.xml.serializer
public interface ExtendedLexicalHandler extends LexicalHandler
UNKNOWN: internal
Method Summary | |
---|---|
void | comment(String comment)
This method is used to notify of a comment |
Parameters: comment the comment, but unlike the SAX comment() method this method takes a String rather than a character array.
Throws: SAXException