org.apache.wml.dom

Class WMLDOMImplementationImpl

public class WMLDOMImplementationImpl extends DOMImplementationImpl implements WMLDOMImplementation

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

Author: David Li

UNKNOWN:

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 © 1999-2005 Apache XML Project. All Rights Reserved.