org.zkoss.idom.impl
Class DOMImplementation
java.lang.Object
org.zkoss.idom.impl.DOMImplementation
- All Implemented Interfaces:
- DOMImplementation
public class DOMImplementation
- extends Object
- implements DOMImplementation
The iDOM's implementation of DOMImplementation.
- Author:
- tomyeh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THE
public static final DOMImplementation THE
- DOM implementation singleton.
DOMImplementation
protected DOMImplementation()
hasFeature
public boolean hasFeature(String feature,
String version)
- Specified by:
hasFeature in interface DOMImplementation
createDocumentType
public DocumentType createDocumentType(String tname,
String publicId,
String systemId)
- Specified by:
createDocumentType in interface DOMImplementation
createDocument
public Document createDocument(String nsURI,
String tname,
DocumentType docType)
- Specified by:
createDocument in interface DOMImplementation
getFeature
public Object getFeature(String feature,
String version)
- Specified by:
getFeature in interface DOMImplementation
Copyright © 2011. All Rights Reserved.