org.apache.wml.dom

Class WMLDOMImplementationImpl

public class WMLDOMImplementationImpl extends DOMImplementationImpl implements WMLDOMImplementation

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

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

Author: David Li

Method Summary
DocumentcreateDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
static DOMImplementationgetDOMImplementation()
NON-DOM: Obtain and return the single shared object

Method Detail

createDocument

public Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)

See Also: org.w3c.dom.DOMImplementation

getDOMImplementation

public static DOMImplementation getDOMImplementation()
NON-DOM: Obtain and return the single shared object
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.