com.jclark.xsl.sax
Interface CommentHandler

All Known Subinterfaces:
SAXTwoOMBuilder, XMLProcessorImpl.Builder
All Known Implementing Classes:
DOMBuilder, HTMLOutputHandler, HTMLOutputHandler, Indenter, Indenter, OutputMethodDefaulter, OutputMethodDefaulter, SAXTwoOMBuilderImpl, XMLOutputHandler, XMLOutputHandler

public interface CommentHandler

receives comment events from a parse


Method Summary
 void comment(java.lang.String contents)
          recieve notification that a comment has been encountered in the parse
 

Method Detail

comment

void comment(java.lang.String contents)
             throws org.xml.sax.SAXException
recieve notification that a comment has been encountered in the parse

Throws:
org.xml.sax.SAXException