Package org.apache.xml.serializer
Interface ExtendedLexicalHandler
-
- All Superinterfaces:
org.xml.sax.ext.LexicalHandler
- All Known Subinterfaces:
SerializationHandler
- All Known Implementing Classes:
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
comment(java.lang.String comment)
This method is used to notify of a comment
-