public class

DocumentBuilderImpl

extends DocumentBuilder
implements JAXPConstants
java.lang.Object
   ↳ javax.xml.parsers.DocumentBuilder
     ↳ org.apache.xerces.jaxp.DocumentBuilderImpl

Summary

[Expand]
Inherited Constants
From interface org.apache.xerces.jaxp.JAXPConstants
Public Methods
DOMImplementation getDOMImplementation()
Schema getSchema()
boolean isNamespaceAware()
boolean isValidating()
boolean isXIncludeAware()
Gets the XInclude processing mode for this parser
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.
Document parse(InputSource is)
void reset()
void setEntityResolver(EntityResolver er)
void setErrorHandler(ErrorHandler eh)
[Expand]
Inherited Methods
From class javax.xml.parsers.DocumentBuilder
From class java.lang.Object

Public Methods

public DOMImplementation getDOMImplementation ()

public Schema getSchema ()

public boolean isNamespaceAware ()

public boolean isValidating ()

public boolean isXIncludeAware ()

Gets the XInclude processing mode for this parser

Returns
  • the state of XInclude processing mode

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.

public Document parse (InputSource is)

Throws
IOException
SAXException

public void reset ()

public void setEntityResolver (EntityResolver er)

public void setErrorHandler (ErrorHandler eh)