public class DOMImplementationImpl extends Object implements DOMImplementation
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.css.CSSStyleSheet |
createCSSStyleSheet(String title,
String media) |
Document |
createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype) |
DocumentType |
createDocumentType(String qualifiedName,
String publicId,
String systemId) |
org.w3c.dom.html.HTMLDocument |
createHTMLDocument(String title) |
boolean |
equals(Object that) |
Object |
getFeature(String feature,
String version) |
boolean |
hasFeature(String feature,
String version) |
int |
hashCode() |
public boolean hasFeature(String feature, String version)
hasFeature in interface DOMImplementationpublic DocumentType createDocumentType(String qualifiedName, String publicId, String systemId) throws DOMException
createDocumentType in interface DOMImplementationDOMExceptionpublic Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) throws DOMException
createDocument in interface DOMImplementationDOMExceptionpublic org.w3c.dom.css.CSSStyleSheet createCSSStyleSheet(String title, String media) throws DOMException
DOMExceptionpublic org.w3c.dom.html.HTMLDocument createHTMLDocument(String title)
public Object getFeature(String feature, String version)
getFeature in interface DOMImplementationCopyright © 2025. All rights reserved.