org.exist.dom
Class StoredDOMImplementation
java.lang.Object
org.exist.dom.StoredDOMImplementation
- All Implemented Interfaces:
- DOMImplementation
public class StoredDOMImplementation
- extends Object
- implements DOMImplementation
StoredDOMImplementation
public StoredDOMImplementation()
createDocument
public Document createDocument(String arg0,
String arg1,
DocumentType arg2)
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 arg1)
- Specified by:
getFeature
in interface DOMImplementation
hasFeature
public boolean hasFeature(String feature,
String version)
- Specified by:
hasFeature
in interface DOMImplementation
Copyright (C) Wolfgang Meier. All rights reserved.