FileDocCategorySizeDatePackage
ExtendedLexicalHandler.javaAPI DocJava SE 5 API1309Fri Aug 26 14:56:02 BST 2005com.sun.org.apache.xml.internal.serializer

ExtendedLexicalHandler

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

Fields Summary
Constructors Summary
Methods Summary
public voidcomment(java.lang.String comment)
This method is used to notify of a comment

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