javax.xml.parsers
public abstract class DocumentBuilderFactory extends Object
Version: $Id: DocumentBuilderFactory.java,v 1.6 2001/11/02 21:40:25 db Exp $
Constructor Summary | |
---|---|
protected | DocumentBuilderFactory() |
Method Summary | |
---|---|
abstract Object | getAttribute(String name) |
boolean | isCoalescing() |
boolean | isExpandEntityReferences() |
boolean | isIgnoringComments() |
boolean | isIgnoringElementContentWhitespace() |
boolean | isNamespaceAware() |
boolean | isValidating() |
abstract DocumentBuilder | newDocumentBuilder() |
static DocumentBuilderFactory | newInstance() |
abstract void | setAttribute(String name, Object value) |
void | setCoalescing(boolean value) |
void | setExpandEntityReferences(boolean value) |
void | setIgnoringComments(boolean value) |
void | setIgnoringElementContentWhitespace(boolean value) |
void | setNamespaceAware(boolean value) |
void | setValidating(boolean value) |
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.