org.apache.xerces.jaxp
Class DocumentBuilderImpl
DocumentBuilder
org.apache.xerces.jaxp.DocumentBuilderImpl
- JAXPConstants
public class DocumentBuilderImpl
extends DocumentBuilder
$Id: DocumentBuilderImpl.java 447237 2006-09-18 05:03:10Z mrglavas $
getDOMImplementation
public DOMImplementation getDOMImplementation()
getSchema
public Schema getSchema()
isNamespaceAware
public boolean isNamespaceAware()
isValidating
public boolean isValidating()
isXIncludeAware
public boolean isXIncludeAware()
Gets the XInclude processing mode for this parser
- the state of XInclude processing mode
newDocument
public 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.
parse
public Document parse(InputSource is)
throws SAXException,
IOException
setEntityResolver
public void setEntityResolver(EntityResolver er)
setErrorHandler
public void setErrorHandler(ErrorHandler eh)
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.