public class DOMImplementationImpl extends Object implements DOMImplementation
Constructor and Description |
---|
DOMImplementationImpl() |
Modifier and Type | Method and Description |
---|---|
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) |
public boolean hasFeature(String feature, String version)
hasFeature
in interface DOMImplementation
public Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) throws DOMException
createDocument
in interface DOMImplementation
DOMException
public DocumentType createDocumentType(String qualifiedName, String publicId, String systemId) throws DOMException
createDocumentType
in interface DOMImplementation
DOMException
public Object getFeature(String arg0, String arg1)
getFeature
in interface DOMImplementation
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.