net.sf.saxon.dom
Class DocumentBuilderImpl
public
class
DocumentBuilderImpl
extends DocumentBuilder
This class implements the JAXP DocumentBuilder interface, allowing a Saxon TinyTree to be
constructed using standard JAXP parsing interfaces. Note that although the TinyTree
implements the DOM interfaces, it is read-only, and all attempts to update it will throw
an exception. No schema or DTD validation is carried out on the document.
public DOMImplementation getDOMImplementation()
public boolean isNamespaceAware()
public boolean isValidating()
public Document newDocument()
public Document parse(InputSource in)
public void setEntityResolver(EntityResolver er)
public void setErrorHandler(ErrorHandler eh)