DocumentBuilderFactoryImpl for the reason why this class is deprecated.public class DocumentBuilderImpl extends DocumentBuilder
| Modifier | Constructor and Description |
|---|---|
protected |
DocumentBuilderImpl(DocumentBuilderFactoryImpl fac,
org.apache.axiom.om.dom.DOMMetaFactory domMetaFactory)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DOMImplementation |
getDOMImplementation()
Deprecated.
|
Schema |
getSchema()
Deprecated.
|
boolean |
isNamespaceAware()
Deprecated.
Returns whether the parser is configured to understand namespaces or not.
|
boolean |
isValidating()
Deprecated.
The StAX builder used is the org.apache.axiom.om.impl.llom.StAXOMBuilder is a validating
builder.
|
Document |
newDocument()
Deprecated.
Returns a new document impl.
|
Document |
parse(File file)
Deprecated.
|
Document |
parse(InputSource inputSource)
Deprecated.
|
Document |
parse(InputStream is)
Deprecated.
|
Document |
parse(InputStream is,
String systemId)
Deprecated.
|
Document |
parse(String uri)
Deprecated.
|
void |
setEntityResolver(EntityResolver er)
Deprecated.
|
void |
setErrorHandler(ErrorHandler eh)
Deprecated.
|
isXIncludeAware, resetprotected DocumentBuilderImpl(DocumentBuilderFactoryImpl fac, org.apache.axiom.om.dom.DOMMetaFactory domMetaFactory)
public boolean isNamespaceAware()
isNamespaceAware in class DocumentBuilderDocumentBuilder.isNamespaceAware()public boolean isValidating()
isValidating in class DocumentBuilderDocumentBuilder.isValidating()public DOMImplementation getDOMImplementation()
getDOMImplementation in class DocumentBuilderpublic Document newDocument()
newDocument in class DocumentBuilderDocumentBuilder.newDocument()public void setEntityResolver(EntityResolver er)
setEntityResolver in class DocumentBuilderpublic void setErrorHandler(ErrorHandler eh)
setErrorHandler in class DocumentBuilderpublic Document parse(InputSource inputSource) throws SAXException, IOException
parse in class DocumentBuilderSAXExceptionIOExceptionpublic Document parse(InputStream is) throws SAXException, IOException
parse in class DocumentBuilderSAXExceptionIOExceptionDocumentBuilder.parse(java.io.InputStream)public Document parse(File file) throws SAXException, IOException
parse in class DocumentBuilderSAXExceptionIOExceptionDocumentBuilder.parse(java.io.File)public Document parse(InputStream is, String systemId) throws SAXException, IOException
parse in class DocumentBuilderSAXExceptionIOExceptionDocumentBuilder.parse(java.io.InputStream, String)public Document parse(String uri) throws SAXException, IOException
parse in class DocumentBuilderSAXExceptionIOExceptionDocumentBuilder.parse(String)public Schema getSchema()
getSchema in class DocumentBuilderCopyright © The Apache Software Foundation. All Rights Reserved.