public class

WMLDocumentImpl

extends DocumentImpl
implements WMLDocument
java.lang.Object
   ↳ org.apache.xerces.dom.NodeImpl
     ↳ org.apache.xerces.dom.ChildNode
       ↳ org.apache.xerces.dom.ParentNode
         ↳ org.apache.xerces.dom.CoreDocumentImpl
           ↳ org.apache.xerces.dom.DocumentImpl
             ↳ org.apache.wml.dom.WMLDocumentImpl

Class Overview

@xerces.internal

Summary

[Expand]
Inherited Constants
From class org.apache.xerces.dom.NodeImpl
From interface org.w3c.dom.Node
[Expand]
Inherited Fields
From class org.apache.xerces.dom.DocumentImpl
From class org.apache.xerces.dom.CoreDocumentImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
Public Constructors
WMLDocumentImpl(DocumentType doctype)
Public Methods
Element createElement(String tagName)
Factory method; creates an Element having this Document as its OwnerDoc.
[Expand]
Inherited Methods
From class org.apache.xerces.dom.DocumentImpl
From class org.apache.xerces.dom.CoreDocumentImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
From class java.lang.Object
From interface org.w3c.dom.Document
From interface org.w3c.dom.Node
From interface org.w3c.dom.NodeList
From interface org.w3c.dom.events.DocumentEvent
From interface org.w3c.dom.events.EventTarget
From interface org.w3c.dom.ranges.DocumentRange
From interface org.w3c.dom.traversal.DocumentTraversal

Public Constructors

public WMLDocumentImpl (DocumentType doctype)

Public Methods

public Element createElement (String tagName)

Factory method; creates an Element having this Document as its OwnerDoc.

Parameters
tagName The name of the element type to instantiate. For XML, this is case-sensitive. For HTML, the tagName parameter may be provided in any case, but it must be mapped to the canonical uppercase form by the DOM implementation.
Throws
DOMException