Interface org.w3c.dom.DOMImplementation | Level 1 |
Methoden | |
---|---|
public Document | createDocument(String namespaceURI, String qualifiedName, DocumentType docType) ![]() |
public DocumentType | createDocumentType(String qualifiedName, String publicId, String systemId) ![]() |
public boolean | hasFeature(String feature, String version) |