org.pasoa.dommap
Class SimpleDOMImplementation
java.lang.Object
org.pasoa.dommap.SimpleDOMImplementation
- All Implemented Interfaces:
- DOMImplementation
- public class SimpleDOMImplementation
- extends Object
- implements DOMImplementation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleDOMImplementation
public SimpleDOMImplementation()
createDocument
public Document createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
throws DOMException
- Specified by:
createDocument
in interface DOMImplementation
- Throws:
DOMException
createDocumentType
public DocumentType createDocumentType(String qualifiedName,
String publicId,
String systemId)
throws DOMException
- Specified by:
createDocumentType
in interface DOMImplementation
- Throws:
DOMException
getFeature
public Object getFeature(String feature,
String version)
- Specified by:
getFeature
in interface DOMImplementation
hasFeature
public boolean hasFeature(String feature,
String version)
- Specified by:
hasFeature
in interface DOMImplementation