FileDocCategorySizeDatePackage
ExtendedLexicalHandler.javaAPI DocJava SE 6 API1345Tue Jun 10 00:23:06 BST 2008com.sun.org.apache.xml.internal.serializer

ExtendedLexicalHandler

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

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