java.lang.Object | +--javax.xml.parsers.DocumentBuilderFactoryKnown Direct Subclasses:
java.lang.Object | getAttribute(java.lang.String name) |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
static DocumentBuilderFactory | |
void | setAttribute(java.lang.String name, java.lang.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) |
protected DocumentBuilderFactory()
public Object getAttribute(java.lang.String name)
java.lang.IllegalArgumentException
- if implementation doesn't recognize the attributepublic boolean isCoalescing()
public boolean isExpandEntityReferences()
public boolean isIgnoringComments()
public boolean isIgnoringElementContentWhitespace()
public boolean isNamespaceAware()
public boolean isValidating()
public DocumentBuilder newDocumentBuilder()
public static DocumentBuilderFactory newInstance()
FactoryConfigurationError
- if the implementation is not availablepublic void setAttribute(java.lang.String name, java.lang.Object value)
java.lang.IllegalArgumentException
- if implementation doesn't recognize the attributepublic void setCoalescing(boolean value)
public void setExpandEntityReferences(boolean value)
public void setIgnoringComments(boolean value)
public void setIgnoringElementContentWhitespace(boolean value)
public void setNamespaceAware(boolean value)
public void setValidating(boolean value)