src/org/xml/sax/ext/DeclHandler.java

Print this page
rev 602 : 8047723: @since tag cleanup in jaxp
Reviewed-by:

*** 64,74 **** * and an object implementing this interface (or null) as the value. * If the reader does not report declaration events, it will throw a * {@link org.xml.sax.SAXNotRecognizedException SAXNotRecognizedException} * when you attempt to register the handler.</p> * ! * @since SAX 2.0 (extensions 1.0) * @author David Megginson */ public interface DeclHandler { --- 64,74 ---- * and an object implementing this interface (or null) as the value. * If the reader does not report declaration events, it will throw a * {@link org.xml.sax.SAXNotRecognizedException SAXNotRecognizedException} * when you attempt to register the handler.</p> * ! * @since 1.4, SAX 2.0 (extensions 1.0) * @author David Megginson */ public interface DeclHandler {