public class DOMImplementationImpl extends Object implements DOMImplementation
Constructor and Description |
---|
DOMImplementationImpl(OMFactory factory) |
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 feature,
String version) |
boolean |
hasFeature(String feature,
String version) |
public DOMImplementationImpl(OMFactory factory)
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 feature, String version)
getFeature
in interface DOMImplementation
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.