Class WMLDocumentImpl

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
All Implemented Interfaces:
Serializable, Cloneable, WMLDocument, Document, DocumentEvent, EventTarget, Node, NodeList, org.w3c.dom.ranges.DocumentRange, org.w3c.dom.traversal.DocumentTraversal

public class WMLDocumentImpl extends org.apache.xerces.dom.DocumentImpl implements WMLDocument

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Id: WMLDocumentImpl.java 890457 2009-12-14 19:47:46Z mrglavas $
Author:
David Li
See Also:
  • Constructor Details

    • WMLDocumentImpl

      public WMLDocumentImpl(DocumentType doctype)
  • Method Details

    • createElement

      public Element createElement(String tagName) throws DOMException
      Description copied from class: org.apache.xerces.dom.CoreDocumentImpl
      Factory method; creates an Element having this Document as its OwnerDoc.
      Specified by:
      createElement in interface Document
      Overrides:
      createElement in class org.apache.xerces.dom.CoreDocumentImpl
      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
    • canRenameElements

      protected boolean canRenameElements(String newNamespaceURI, String newNodeName, org.apache.xerces.dom.ElementImpl el)
      Overrides:
      canRenameElements in class org.apache.xerces.dom.CoreDocumentImpl