< prev index next >

src/java.xml/share/classes/javax/xml/parsers/SAXParser.java

Print this page

        

*** 72,82 **** * Implementors of this class which wrap an underlying implementation * 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 */ @SuppressWarnings("deprecation") public abstract class SAXParser { --- 72,82 ---- * Implementors of this class which wrap an underlying implementation * can consider using the {@link org.xml.sax.helpers.ParserAdapter} * class to initially adapt their SAX1 implementation to work under * this revised class. * ! * @author Jeff Suttor * @since 1.4 */ @SuppressWarnings("deprecation") public abstract class SAXParser {
< prev index next >