org.apache.xml.serializer
Interface ExtendedLexicalHandler
- org.xml.sax.ext.LexicalHandler
- SerializationHandler
- AdaptiveResultTreeImpl, EmptySerializer, SerializerBase, SimpleResultTreeImpl, StringValueHandler, ToHTMLSAXHandler, ToHTMLStream, ToSAXHandler, ToStream, ToTextSAXHandler, ToTextStream, ToUnknownStream, ToXMLSAXHandler, ToXMLStream
public interface ExtendedLexicalHandler
extends org.xml.sax.ext.LexicalHandler
This interface has extensions to the standard SAX LexicalHandler interface.
This interface is intended to be used by a serializer.
void | comment(String comment) - This method is used to notify of a comment
|
comment
public void comment(String comment)
throws SAXException
This method is used to notify of a comment
comment
- the comment, but unlike the SAX comment() method this
method takes a String rather than a character array.
Copyright B) 2006 Apache XML Project. All Rights Reserved.