public class

WMLDOMImplementationImpl

extends DOMImplementationImpl
implements WMLDOMImplementation
java.lang.Object
   ↳ org.apache.xerces.dom.CoreDOMImplementationImpl
     ↳ org.apache.xerces.dom.DOMImplementationImpl
       ↳ org.apache.wml.dom.WMLDOMImplementationImpl

Class Overview

@xerces.internal

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.ls.DOMImplementationLS
Public Constructors
WMLDOMImplementationImpl()
Public Methods
Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
Introduced in DOM Level 2.
static DOMImplementation getDOMImplementation()
NON-DOM: Obtain and return the single shared object
[Expand]
Inherited Methods
From class org.apache.xerces.dom.DOMImplementationImpl
From class org.apache.xerces.dom.CoreDOMImplementationImpl
From class java.lang.Object
From interface org.w3c.dom.DOMImplementation
From interface org.w3c.dom.ls.DOMImplementationLS

Public Constructors

public WMLDOMImplementationImpl ()

Public Methods

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

Introduced in DOM Level 2.

Creates an XML Document object of the specified type with its document element.

Parameters
namespaceURI The namespace URI of the document element to create, or null.
qualifiedName The qualified name of the document element to create.
doctype The type of document to be created or null.

When doctype is not null, its Node.ownerDocument attribute is set to the document being created.

Returns
  • Document A new Document object.
Throws
DOMException
See Also
  • org.w3c.dom.DOMImplementation

public static DOMImplementation getDOMImplementation ()

NON-DOM: Obtain and return the single shared object