org.apache.xerces.jaxp
Class DocumentBuilderImpl
DocumentBuilder
org.apache.xerces.jaxp.DocumentBuilderImpl
- JAXPConstants
public class DocumentBuilderImpl
extends DocumentBuilder
$Id: DocumentBuilderImpl.java,v 1.33 2005/06/21 17:19:08 mrglavas Exp $
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-2005 Apache XML Project. All Rights Reserved.