public class DOMImplementation extends SimpleScriptable
| Constructor and Description |
|---|
DOMImplementation() |
| Modifier and Type | Method and Description |
|---|---|
void |
jsConstructor()
Javascript constructor.
|
XMLDocument |
jsxFunction_createDocument(String namespaceURI,
String qualifiedName,
Object doctype)
Creates an
XMLDocument. |
boolean |
jsxFunction_hasFeature(String feature,
String version)
Test if the DOM implementation implements a specific feature.
|
get, getBooleanArg, getClassName, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getIntArg, getLog, getObjectArg, getPrototype, getScriptableFor, getStartingScope, getStringArg, getTransformerScriptableFor, getWindow, getWindow, getWithPreemption, makeScriptableFor, setDomNode, setDomNode, setHtmlElementassociateValue, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isConst, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototypepublic void jsConstructor()
public boolean jsxFunction_hasFeature(String feature, String version)
feature - The name of the feature to test (case-insensitive).version - The version number of the feature to test.public XMLDocument jsxFunction_createDocument(String namespaceURI, String qualifiedName, Object doctype)
XMLDocument.namespaceURI - The URI that identifies an XML namespace.qualifiedName - The qualified name of the document to instantiate.doctype - The document types of the document.XMLDocument.Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.