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.
Method Summary
DOMImplementationgetDOMImplementation()
booleanisNamespaceAware()
booleanisValidating()
DocumentnewDocument()
Documentparse(InputSource in)
voidsetEntityResolver(EntityResolver er)
voidsetErrorHandler(ErrorHandler eh)

Method Detail

getDOMImplementation

public DOMImplementation getDOMImplementation()

isNamespaceAware

public boolean isNamespaceAware()

isValidating

public boolean isValidating()

newDocument

public Document newDocument()

parse

public Document parse(InputSource in)

setEntityResolver

public void setEntityResolver(EntityResolver er)

setErrorHandler

public void setErrorHandler(ErrorHandler eh)