DOMMetaFactory.newDocumentBuilderFactory() to get an Axiom compatible
DocumentBuilderFactory.public class DOOMDocumentBuilderFactory extends DocumentBuilderFactory
| Constructor and Description |
|---|
DOOMDocumentBuilderFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name)
Deprecated.
|
boolean |
getFeature(String name)
Deprecated.
|
Schema |
getSchema()
Deprecated.
|
boolean |
isCoalescing()
Deprecated.
|
boolean |
isExpandEntityReferences()
Deprecated.
|
boolean |
isIgnoringComments()
Deprecated.
|
boolean |
isIgnoringElementContentWhitespace()
Deprecated.
|
boolean |
isNamespaceAware()
Deprecated.
|
boolean |
isValidating()
Deprecated.
|
boolean |
isXIncludeAware()
Deprecated.
|
DocumentBuilder |
newDocumentBuilder()
Deprecated.
|
void |
setAttribute(String name,
Object value)
Deprecated.
|
void |
setCoalescing(boolean coalescing)
Deprecated.
|
void |
setExpandEntityReferences(boolean expandEntityRef)
Deprecated.
|
void |
setFeature(String name,
boolean value)
Deprecated.
|
void |
setIgnoringComments(boolean ignoreComments)
Deprecated.
|
void |
setIgnoringElementContentWhitespace(boolean whitespace)
Deprecated.
|
void |
setNamespaceAware(boolean awareness)
Deprecated.
|
void |
setSchema(Schema schema)
Deprecated.
|
void |
setValidating(boolean validating)
Deprecated.
|
void |
setXIncludeAware(boolean state)
Deprecated.
|
newInstance, newInstancepublic DocumentBuilder newDocumentBuilder() throws ParserConfigurationException
newDocumentBuilder in class DocumentBuilderFactoryParserConfigurationExceptionpublic void setNamespaceAware(boolean awareness)
setNamespaceAware in class DocumentBuilderFactorypublic void setValidating(boolean validating)
setValidating in class DocumentBuilderFactorypublic void setIgnoringElementContentWhitespace(boolean whitespace)
setIgnoringElementContentWhitespace in class DocumentBuilderFactorypublic void setExpandEntityReferences(boolean expandEntityRef)
setExpandEntityReferences in class DocumentBuilderFactorypublic void setIgnoringComments(boolean ignoreComments)
setIgnoringComments in class DocumentBuilderFactorypublic void setCoalescing(boolean coalescing)
setCoalescing in class DocumentBuilderFactorypublic boolean isNamespaceAware()
isNamespaceAware in class DocumentBuilderFactorypublic boolean isValidating()
isValidating in class DocumentBuilderFactorypublic boolean isIgnoringElementContentWhitespace()
isIgnoringElementContentWhitespace in class DocumentBuilderFactorypublic boolean isExpandEntityReferences()
isExpandEntityReferences in class DocumentBuilderFactorypublic boolean isIgnoringComments()
isIgnoringComments in class DocumentBuilderFactorypublic boolean isCoalescing()
isCoalescing in class DocumentBuilderFactorypublic void setAttribute(String name, Object value) throws IllegalArgumentException
setAttribute in class DocumentBuilderFactoryIllegalArgumentExceptionpublic Object getAttribute(String name) throws IllegalArgumentException
getAttribute 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 DocumentBuilderFactorypublic void setXIncludeAware(boolean state)
setXIncludeAware in class DocumentBuilderFactorypublic boolean isXIncludeAware()
isXIncludeAware in class DocumentBuilderFactoryCopyright © The Apache Software Foundation. All Rights Reserved.