jaxp/src/javax/xml/parsers/DocumentBuilder.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    55  * implementation use a SAX parser to parse XML document into a
    55  * implementation use a SAX parser to parse XML document into a
    56  * <code>Document</code>. It merely requires that the implementation
    56  * <code>Document</code>. It merely requires that the implementation
    57  * communicate with the application using these existing APIs.
    57  * communicate with the application using these existing APIs.
    58  *
    58  *
    59  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    59  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
       
    60  * @since 1.4
    60  */
    61  */
    61 
    62 
    62 public abstract class DocumentBuilder {
    63 public abstract class DocumentBuilder {
    63 
    64 
    64 
    65