| java.lang.Object javax.xml.parsers.DocumentBuilder net.sf.saxon.dom.DocumentBuilderImpl
DocumentBuilderImpl | public class DocumentBuilderImpl extends DocumentBuilder (Code) | | 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.
|
isNamespaceAware | public boolean isNamespaceAware()(Code) | | |
isValidating | public boolean isValidating()(Code) | | |
|
|