package com.jclark.xsl.sax;

public interface CommentHandler {
  void comment(String contents) throws org.xml.sax.SAXException;
}
