org.apache.axiom.om.impl.dom
Class DOMImplementationImpl

java.lang.Object
  extended by org.apache.axiom.om.impl.dom.DOMImplementationImpl
All Implemented Interfaces:
DOMImplementation

public class DOMImplementationImpl
extends Object
implements DOMImplementation


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

Constructor Detail

DOMImplementationImpl

public DOMImplementationImpl()
Method Detail

hasFeature

public boolean hasFeature(String feature,
                          String version)
Specified by:
hasFeature in interface DOMImplementation

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 arg0,
                         String arg1)
Specified by:
getFeature in interface DOMImplementation


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.