public class DOMImplementation extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier | Constructor and Description |
---|---|
protected |
DOMImplementation(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static DOMImplementation |
$as(Object obj) |
Document |
createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype) |
DocumentType |
createDocumentType(String qualifiedName,
String publicId,
String systemId) |
Document |
createHTMLDocument(String title) |
Boolean |
hasFeature(String feature,
String version) |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
protected DOMImplementation(Objs.Constructor<?> c, Object js)
public static DOMImplementation $as(Object obj)
public Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
public DocumentType createDocumentType(String qualifiedName, String publicId, String systemId)
Copyright © 2018. All rights reserved.