| java.lang.Object javax.xml.parsers.DocumentBuilder org.apache.xerces.jaxp.DocumentBuilderImpl
DocumentBuilderImpl | public class DocumentBuilderImpl extends DocumentBuilder implements JAXPConstants(Code) | | author: Rajiv Mordani author: Edwin Goei version: $Id: DocumentBuilderImpl.java 520058 2007-03-19 19:33:53Z mrglavas $ |
isNamespaceAware | public boolean isNamespaceAware()(Code) | | |
isValidating | public boolean isValidating()(Code) | | |
isXIncludeAware | public boolean isXIncludeAware()(Code) | | Gets the XInclude processing mode for this parser
the state of XInclude processing mode |
newDocument | public Document newDocument()(Code) | | 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.
|
reset | public void reset()(Code) | | |
|
|