org.apache.xml.serializer

Interface ExtendedLexicalHandler

public interface ExtendedLexicalHandler extends LexicalHandler

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

UNKNOWN: internal

Method Summary
voidcomment(String comment)
This method is used to notify of a comment

Method Detail

comment

public 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

Copyright B) 2006 Apache XML Project. All Rights Reserved.