package com.jclark.xsl.sax;

public interface RawCharactersHandler {
  void rawCharacters(String chars) throws org.xml.sax.SAXException;
}
