org.apache.wml.dom

Class WMLDOMImplementationImpl

Implemented Interfaces:
DOMImplementation, DOMImplementationLS, WMLDOMImplementation

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

Version:
$Id: WMLDOMImplementationImpl.java,v 1.4 2005/04/17 23:34:55 mrglavas Exp $
Author:
David Li

Method Summary

Document
createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
static 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 Document createDocument(String namespaceURI,
                               String qualifiedName,
                               DocumentType doctype)
            throws DOMException
Overrides:
createDocument in interface org.apache.xerces.dom.DOMImplementationImpl
See Also:
org.w3c.dom.DOMImplementation

getDOMImplementation

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

Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.