/[classpath]/classpath/javax/xml/parsers/DocumentBuilder.java
ViewVC logotype

Diff of /classpath/javax/xml/parsers/DocumentBuilder.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.4 by gnu_andrew, Tue Aug 2 20:12:39 2005 UTC revision 1.1.2.5 by gnu_andrew, Sat Sep 10 15:31:57 2005 UTC
# Line 132  public abstract class DocumentBuilder Line 132  public abstract class DocumentBuilder
132    
133    /**    /**
134     * Parse the specified input source and return a DOM Document.     * Parse the specified input source and return a DOM Document.
135     * @param is the input source     * @param source the input source
136     * @exception IllegalArgumentException if the input source is null     * @exception IllegalArgumentException if the input source is null
137     */     */
138    public abstract Document parse(InputSource source)    public abstract Document parse(InputSource source)

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26