Top Description Methods
com.sun.org.apache.xml.internal.serializer

pack-priv Interface ExtendedLexicalHandler

extends LexicalHandler
Known Direct Subinterfaces
com.sun.org.apache.xml.internal.serializer.SerializationHandler
Imports
org.xml.sax.SAXException

This interface has extensions to the standard SAX LexicalHandler interface. This interface is intended to be used by a serializer.

Method Summary

Modifier and TypeMethod and Description
public void
comment(String
the comment, but unlike the SAX comment() method this method takes a String rather than a character array.
comment
)

This method is used to notify of a comment

Inherited from org.xml.sax.ext.LexicalHandler:
commentendCDATAendDTDendEntitystartCDATAstartDTDstartEntity

Method Detail

commentback to summary
public void comment(String comment) throws SAXException

This method is used to notify of a comment

Parameters
comment:String

the comment, but unlike the SAX comment() method this method takes a String rather than a character array.