org.apache.xerces.jaxp
Class DocumentBuilderImpl
java.lang.Object
javax.xml.parsers.DocumentBuilder
org.apache.xerces.jaxp.DocumentBuilderImpl
- JAXPConstants
public class DocumentBuilderImpl
extends javax.xml.parsers.DocumentBuilder
Version:
- Rajiv Mordani
- Edwin Goei
getDOMImplementation , isNamespaceAware , isValidating , newDocument , parse , parse , parse , parse , parse , setEntityResolver , setErrorHandler |
getDOMImplementation
public org.w3c.dom.DOMImplementation getDOMImplementation()
- getDOMImplementation in interface javax.xml.parsers.DocumentBuilder
isNamespaceAware
public boolean isNamespaceAware()
- isNamespaceAware in interface javax.xml.parsers.DocumentBuilder
isValidating
public boolean isValidating()
- isValidating in interface javax.xml.parsers.DocumentBuilder
newDocument
public org.w3c.dom.Document newDocument()
Non-preferred: use the getDOMImplementation() method instead of this
one to get a DOM Level 2 DOMImplementation object and then use DOM
Level 2 methods to create a DOM Document object.
- newDocument in interface javax.xml.parsers.DocumentBuilder
parse
public org.w3c.dom.Document parse(org.xml.sax.InputSource is)
throws org.xml.sax.SAXException,
IOException
- parse in interface javax.xml.parsers.DocumentBuilder
setEntityResolver
public void setEntityResolver(org.xml.sax.EntityResolver er)
- setEntityResolver in interface javax.xml.parsers.DocumentBuilder
setErrorHandler
public void setErrorHandler(org.xml.sax.ErrorHandler eh)
- setErrorHandler in interface javax.xml.parsers.DocumentBuilder
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.