| java.lang.Object org.apache.xerces.dom.CoreDOMImplementationImpl org.apache.xerces.dom.DOMImplementationImpl org.apache.xerces.dom.DeferredDOMImplementationImpl
DeferredDOMImplementationImpl | public class DeferredDOMImplementationImpl extends DOMImplementationImpl (Code) | | This DOMImplementation class is description of a particular
implementation of the Document Object Model. As such its data is
static, shared by all instances of this implementation.
This implementation simply extends DOMImplementationImpl to differentiate
between the Deferred DOM Implementations and Non-Deferred DOM Implementations.
author: Neil Delima, IBM version: $Id: DeferredDOMImplementationImpl.java 447266 2006-09-18 05:57:49Z mrglavas $ |
getDOMImplementation | public static DOMImplementation getDOMImplementation()(Code) | | NON-DOM: Obtain and return the single shared object
|
Methods inherited from org.apache.xerces.dom.CoreDOMImplementationImpl | protected synchronized int assignDocTypeNumber()(Code)(Java Doc) protected synchronized int assignDocumentNumber()(Code)(Java Doc) final void checkQName(String qname)(Code)(Java Doc) public Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) throws DOMException(Code)(Java Doc) public DocumentType createDocumentType(String qualifiedName, String publicID, String systemID)(Code)(Java Doc) public LSInput createLSInput()(Code)(Java Doc) public LSOutput createLSOutput()(Code)(Java Doc) public LSParser createLSParser(short mode, String schemaType) throws DOMException(Code)(Java Doc) public LSSerializer createLSSerializer()(Code)(Java Doc) public static DOMImplementation getDOMImplementation()(Code)(Java Doc) final synchronized XMLDTDLoader getDTDLoader(String xmlVersion)(Code)(Java Doc) public Object getFeature(String feature, String version)(Code)(Java Doc) synchronized RevalidationHandler getValidator(String schemaType, String xmlVersion)(Code)(Java Doc) public boolean hasFeature(String feature, String version)(Code)(Java Doc) final synchronized void releaseDTDLoader(String xmlVersion, XMLDTDLoader loader)(Code)(Java Doc) synchronized void releaseValidator(String schemaType, String xmlVersion, RevalidationHandler validator)(Code)(Java Doc)
|
|
|