public class DOOMDocumentBuilderFactory extends DocumentBuilderFactory
| Constructor and Description |
|---|
DOOMDocumentBuilderFactory()
Deprecated.
Application code should not instantiate this class directly, but use
DOMMetaFactory.newDocumentBuilderFactory() to get an Axiom compatible
DocumentBuilderFactory. |
DOOMDocumentBuilderFactory(OMFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
boolean |
getFeature(String name) |
Schema |
getSchema() |
DocumentBuilder |
newDocumentBuilder() |
void |
setAttribute(String name,
Object value) |
void |
setFeature(String name,
boolean value) |
void |
setSchema(Schema schema) |
isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, isXIncludeAware, newInstance, newInstance, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setValidating, setXIncludeAwarepublic DOOMDocumentBuilderFactory()
DOMMetaFactory.newDocumentBuilderFactory() to get an Axiom compatible
DocumentBuilderFactory.public DOOMDocumentBuilderFactory(OMFactory factory)
public DocumentBuilder newDocumentBuilder() throws ParserConfigurationException
newDocumentBuilder in class DocumentBuilderFactoryParserConfigurationExceptionpublic Object getAttribute(String name) throws IllegalArgumentException
getAttribute in class DocumentBuilderFactoryIllegalArgumentExceptionpublic void setAttribute(String name, Object value) throws IllegalArgumentException
setAttribute in class DocumentBuilderFactoryIllegalArgumentExceptionpublic void setFeature(String name, boolean value) throws ParserConfigurationException
setFeature in class DocumentBuilderFactoryParserConfigurationExceptionpublic boolean getFeature(String name) throws ParserConfigurationException
getFeature in class DocumentBuilderFactoryParserConfigurationExceptionpublic Schema getSchema()
getSchema in class DocumentBuilderFactorypublic void setSchema(Schema schema)
setSchema in class DocumentBuilderFactoryCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.