src/javax/xml/parsers/SAXParser.java

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

*** 73,82 **** --- 73,83 ---- * can consider using the {@link org.xml.sax.helpers.ParserAdapter} * class to initially adapt their SAX1 implementation to work under * this revised class. * * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a> + * @since 1.4 */ public abstract class SAXParser { /** * <p>Protected constructor to prevent instantiation.