org.apache.wml.dom

Class WMLDOMImplementationImpl

Implemented Interfaces:
org.w3c.dom.DOMImplementation, org.w3c.dom.ls.DOMImplementationLS, WMLDOMImplementation

public class WMLDOMImplementationImpl
extends org.apache.xerces.dom.DOMImplementationImpl
implements WMLDOMImplementation

Version:
$Id: WMLDOMImplementationImpl.java 320279 2005-04-17 23:49:58Z mrglavas $
Author:
David Li

Fields inherited from interface org.w3c.dom.ls.DOMImplementationLS

MODE_ASYNCHRONOUS, MODE_SYNCHRONOUS

Method Summary

org.w3c.dom.Document
createDocument(String namespaceURI, String qualifiedName, org.w3c.dom.DocumentType doctype)
static org.w3c.dom.DOMImplementation
getDOMImplementation()
NON-DOM: Obtain and return the single shared object

Methods inherited from class org.apache.xerces.dom.DOMImplementationImpl

createDocument, getDOMImplementation, hasFeature

Methods inherited from class org.apache.xerces.dom.CoreDOMImplementationImpl

assignDocTypeNumber, assignDocumentNumber, createDocument, createDocumentType, createLSInput, createLSOutput, createLSParser, createLSSerializer, getDOMImplementation, getFeature, hasFeature

Method Details

createDocument

public org.w3c.dom.Document createDocument(String namespaceURI,
                                           String qualifiedName,
                                           org.w3c.dom.DocumentType doctype)
            throws org.w3c.dom.DOMException
Specified by:
createDocument in interface org.w3c.dom.DOMImplementation
Overrides:
createDocument in interface org.apache.xerces.dom.DOMImplementationImpl
See Also:
org.w3c.dom.DOMImplementation

getDOMImplementation

public static org.w3c.dom.DOMImplementation getDOMImplementation()
NON-DOM: Obtain and return the single shared object
Overrides:
getDOMImplementation in interface org.apache.xerces.dom.DOMImplementationImpl

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.