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 DOMImplementation
public DocumentType createDocumentType(String qualifiedName, String publicId, String systemId) throws DOMException
createDocumentType
in interface DOMImplementation
DOMException
public Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) throws DOMException
createDocument
in interface DOMImplementation
DOMException
public org.w3c.dom.css.CSSStyleSheet createCSSStyleSheet(String title, String media) throws DOMException
DOMException
public org.w3c.dom.html.HTMLDocument createHTMLDocument(String title)
public Object getFeature(String feature, String version)
getFeature
in interface DOMImplementation
Copyright © 2020. All rights reserved.