< prev index next >

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

Print this page

        

*** 54,64 **** * does not require that the implementor of the underlying DOM * 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 { --- 54,64 ---- * does not require that the implementor of the underlying DOM * 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 Jeff Suttor * @since 1.4 */ public abstract class DocumentBuilder {
< prev index next >