org.zkoss.idom.impl
Class DOMImplementation

java.lang.Object
  extended by org.zkoss.idom.impl.DOMImplementation
All Implemented Interfaces:
org.w3c.dom.DOMImplementation

public class DOMImplementation
extends java.lang.Object
implements org.w3c.dom.DOMImplementation

The iDOM's implementation of DOMImplementation.

Author:
tomyeh

Field Summary
static DOMImplementation THE
          DOM implementation singleton.
 
Constructor Summary
protected DOMImplementation()
           
 
Method Summary
 org.w3c.dom.Document createDocument(java.lang.String nsURI, java.lang.String tname, org.w3c.dom.DocumentType docType)
           
 org.w3c.dom.DocumentType createDocumentType(java.lang.String tname, java.lang.String publicId, java.lang.String systemId)
           
 java.lang.Object getFeature(java.lang.String feature, java.lang.String version)
           
 boolean hasFeature(java.lang.String feature, java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THE

public static final DOMImplementation THE
DOM implementation singleton.

Constructor Detail

DOMImplementation

protected DOMImplementation()
Method Detail

hasFeature

public boolean hasFeature(java.lang.String feature,
                          java.lang.String version)
Specified by:
hasFeature in interface org.w3c.dom.DOMImplementation

createDocumentType

public org.w3c.dom.DocumentType createDocumentType(java.lang.String tname,
                                                   java.lang.String publicId,
                                                   java.lang.String systemId)
Specified by:
createDocumentType in interface org.w3c.dom.DOMImplementation

createDocument

public org.w3c.dom.Document createDocument(java.lang.String nsURI,
                                           java.lang.String tname,
                                           org.w3c.dom.DocumentType docType)
Specified by:
createDocument in interface org.w3c.dom.DOMImplementation

getFeature

public java.lang.Object getFeature(java.lang.String feature,
                                   java.lang.String version)
Specified by:
getFeature in interface org.w3c.dom.DOMImplementation


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo