org.apache.axiom.om.impl.dom
Class DOMImplementationImpl
java.lang.Object
org.apache.axiom.om.impl.dom.DOMImplementationImpl
- All Implemented Interfaces:
- org.w3c.dom.DOMImplementation
public class DOMImplementationImpl
- extends Object
- implements org.w3c.dom.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 org.w3c.dom.DOMImplementation
createDocument
public org.w3c.dom.Document createDocument(String namespaceURI,
String qualifiedName,
org.w3c.dom.DocumentType doctype)
throws org.w3c.dom.DOMException
- Specified by:
createDocument
in interface org.w3c.dom.DOMImplementation
- Throws:
org.w3c.dom.DOMException
createDocumentType
public org.w3c.dom.DocumentType createDocumentType(String qualifiedName,
String publicId,
String systemId)
throws org.w3c.dom.DOMException
- Specified by:
createDocumentType
in interface org.w3c.dom.DOMImplementation
- Throws:
org.w3c.dom.DOMException
getFeature
public Object getFeature(String arg0,
String arg1)
- Specified by:
getFeature
in interface org.w3c.dom.DOMImplementation
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.