org.exist.dom
Class StoredDOMImplementation

java.lang.Object
  extended by org.exist.dom.StoredDOMImplementation
All Implemented Interfaces:
DOMImplementation

public class StoredDOMImplementation
extends Object
implements DOMImplementation


Constructor Summary
StoredDOMImplementation()
           
 
Method Summary
 Document createDocument(String arg0, String arg1, DocumentType arg2)
           
 DocumentType createDocumentType(String qualifiedName, String publicId, String systemId)
           
 Object getFeature(String feature, String arg1)
           
 boolean hasFeature(String feature, String version)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoredDOMImplementation

public StoredDOMImplementation()
Method Detail

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.