javax.xml.parsers
public abstract class DocumentBuilder extends Object
Version: $Id: DocumentBuilder.java,v 1.6 2001/11/02 21:40:25 db Exp $
Constructor Summary | |
---|---|
protected | DocumentBuilder() |
Method Summary | |
---|---|
abstract DOMImplementation | getDOMImplementation() |
abstract boolean | isNamespaceAware() |
abstract boolean | isValidating() |
abstract Document | newDocument() |
Document | parse(File file)
Constructs an InputSource from the file, and invokes parse ().
|
abstract Document | parse(InputSource source) |
Document | parse(InputStream stream)
Avoid using this call; provide the system ID wherever possible.
|
Document | parse(InputStream stream, String systemID) |
Document | parse(String uri) |
abstract void | setEntityResolver(EntityResolver resolver) |
abstract void | setErrorHandler(ErrorHandler handler) |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2013-01-12.