|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.parsers.DocumentBuilderFactory org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
Field Summary |
Fields inherited from class javax.xml.parsers.DocumentBuilderFactory |
|
Constructor Summary | |
DocumentBuilderFactoryImpl()
|
Method Summary | |
Object |
getAttribute(String name)
Allows the user to retrieve specific attributes on the underlying implementation. |
javax.xml.parsers.DocumentBuilder |
newDocumentBuilder()
|
void |
setAttribute(String name,
Object value)
Allows the user to set specific attributes on the underlying implementation. |
Methods inherited from class javax.xml.parsers.DocumentBuilderFactory |
isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, newInstance, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setValidating |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentBuilderFactoryImpl()
Method Detail |
public javax.xml.parsers.DocumentBuilder newDocumentBuilder() throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.ParserConfigurationException
public void setAttribute(String name, Object value) throws IllegalArgumentException
IllegalArgumentException
public Object getAttribute(String name) throws IllegalArgumentException
IllegalArgumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |