org.apache.axiom.om.impl.dom
Class DOMImplementationImpl
java.lang.Object
org.apache.axiom.om.impl.dom.DOMImplementationImpl
- All Implemented Interfaces:
- DOMImplementation
public class DOMImplementationImpl
- extends Object
- implements DOMImplementation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMImplementationImpl
public DOMImplementationImpl()
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.