Class WMLDOMImplementationImpl

java.lang.Object
org.apache.xerces.dom.CoreDOMImplementationImpl
org.apache.xerces.dom.DOMImplementationImpl
org.apache.wml.dom.WMLDOMImplementationImpl
All Implemented Interfaces:
WMLDOMImplementation, DOMImplementation, DOMImplementationLS

public class WMLDOMImplementationImpl extends org.apache.xerces.dom.DOMImplementationImpl implements WMLDOMImplementation

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Id: WMLDOMImplementationImpl.java 809736 2009-08-31 20:43:19Z mrglavas $
Author:
David Li
  • Constructor Details

    • WMLDOMImplementationImpl

      public WMLDOMImplementationImpl()
  • Method Details

    • getDOMImplementation

      public static DOMImplementation getDOMImplementation()
      NON-DOM: Obtain and return the single shared object
    • createDocument

      protected org.apache.xerces.dom.CoreDocumentImpl createDocument(DocumentType doctype)
      Overrides:
      createDocument in class org.apache.xerces.dom.DOMImplementationImpl