public class DOOMDocumentBuilderFactory extends DocumentBuilderFactory
| Constructor and Description |
|---|
DOOMDocumentBuilderFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String arg0) |
boolean |
getFeature(String arg0) |
DocumentBuilder |
newDocumentBuilder() |
void |
setAttribute(String arg0,
Object arg1) |
void |
setFeature(String name,
boolean value) |
getSchema, isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, isXIncludeAware, newInstance, newInstance, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setSchema, setValidating, setXIncludeAwarepublic DocumentBuilder newDocumentBuilder() throws ParserConfigurationException
newDocumentBuilder in class DocumentBuilderFactoryParserConfigurationExceptionpublic Object getAttribute(String arg0) throws IllegalArgumentException
getAttribute in class DocumentBuilderFactoryIllegalArgumentExceptionpublic void setAttribute(String arg0, Object arg1) throws IllegalArgumentException
setAttribute in class DocumentBuilderFactoryIllegalArgumentExceptionpublic void setFeature(String name, boolean value) throws ParserConfigurationException
setFeature in class DocumentBuilderFactoryParserConfigurationExceptionpublic boolean getFeature(String arg0) throws ParserConfigurationException
getFeature in class DocumentBuilderFactoryParserConfigurationExceptionCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.