src/javax/xml/parsers/DocumentBuilder.java

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

*** 55,64 **** --- 55,65 ---- * implementation use a SAX parser to parse XML document into a * <code>Document</code>. It merely requires that the implementation * communicate with the application using these existing APIs. * * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a> + * @since 1.4 */ public abstract class DocumentBuilder {