public class DocumentBuilderImpl
extends javax.xml.parsers.DocumentBuilder
| Modifier and Type | Field and Description |
|---|---|
private DocumentBuilderFactoryImpl |
factory
Deprecated.
The DocumentBuilderFactory used to create this document builder
|
| Modifier | Constructor and Description |
|---|---|
protected |
DocumentBuilderImpl(DocumentBuilderFactoryImpl fac)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.DOMImplementation |
getDOMImplementation()
Deprecated.
|
javax.xml.validation.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.
|
org.w3c.dom.Document |
newDocument()
Deprecated.
Returns a new document impl.
|
org.w3c.dom.Document |
parse(java.io.File file)
Deprecated.
|
org.w3c.dom.Document |
parse(org.xml.sax.InputSource inputSource)
Deprecated.
|
org.w3c.dom.Document |
parse(java.io.InputStream is)
Deprecated.
|
org.w3c.dom.Document |
parse(java.io.InputStream is,
java.lang.String systemId)
Deprecated.
|
org.w3c.dom.Document |
parse(java.lang.String uri)
Deprecated.
|
void |
setEntityResolver(org.xml.sax.EntityResolver er)
Deprecated.
|
void |
setErrorHandler(org.xml.sax.ErrorHandler eh)
Deprecated.
|
private DocumentBuilderFactoryImpl factory
protected DocumentBuilderImpl(DocumentBuilderFactoryImpl fac)
public boolean isNamespaceAware()
isNamespaceAware in class javax.xml.parsers.DocumentBuilderDocumentBuilder.isNamespaceAware()public boolean isValidating()
isValidating in class javax.xml.parsers.DocumentBuilderDocumentBuilder.isValidating()public org.w3c.dom.DOMImplementation getDOMImplementation()
getDOMImplementation in class javax.xml.parsers.DocumentBuilderpublic org.w3c.dom.Document newDocument()
newDocument in class javax.xml.parsers.DocumentBuilderDocumentBuilder.newDocument()public void setEntityResolver(org.xml.sax.EntityResolver er)
setEntityResolver in class javax.xml.parsers.DocumentBuilderpublic void setErrorHandler(org.xml.sax.ErrorHandler eh)
setErrorHandler in class javax.xml.parsers.DocumentBuilderpublic org.w3c.dom.Document parse(org.xml.sax.InputSource inputSource)
throws org.xml.sax.SAXException,
java.io.IOException
parse in class javax.xml.parsers.DocumentBuilderorg.xml.sax.SAXExceptionjava.io.IOExceptionpublic org.w3c.dom.Document parse(java.io.InputStream is)
throws org.xml.sax.SAXException,
java.io.IOException
parse in class javax.xml.parsers.DocumentBuilderorg.xml.sax.SAXExceptionjava.io.IOExceptionDocumentBuilder.parse(java.io.InputStream)public org.w3c.dom.Document parse(java.io.File file)
throws org.xml.sax.SAXException,
java.io.IOException
parse in class javax.xml.parsers.DocumentBuilderorg.xml.sax.SAXExceptionjava.io.IOExceptionDocumentBuilder.parse(java.io.File)public org.w3c.dom.Document parse(java.io.InputStream is,
java.lang.String systemId)
throws org.xml.sax.SAXException,
java.io.IOException
parse in class javax.xml.parsers.DocumentBuilderorg.xml.sax.SAXExceptionjava.io.IOExceptionDocumentBuilder.parse(java.io.InputStream, String)public org.w3c.dom.Document parse(java.lang.String uri)
throws org.xml.sax.SAXException,
java.io.IOException
parse in class javax.xml.parsers.DocumentBuilderorg.xml.sax.SAXExceptionjava.io.IOExceptionDocumentBuilder.parse(String)public javax.xml.validation.Schema getSchema()
getSchema in class javax.xml.parsers.DocumentBuilder