public class MSXMLScriptable extends SimpleScriptable
| Constructor and Description |
|---|
MSXMLScriptable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the JavaScript class name.
|
MSXMLJavaScriptEnvironment |
getEnvironment() |
net.sourceforge.htmlunit.corejs.javascript.Scriptable |
getPrototype(Class<? extends SimpleScriptable> javaScriptClass)
Gets the prototype object for the given host class.
|
protected boolean |
isReadOnlySettable(String name,
Object value) |
SimpleScriptable |
makeScriptableFor(DomNode domNode)
Builds a new the JavaScript object that corresponds to the specified object.
|
void |
setEnvironment(MSXMLJavaScriptEnvironment environment) |
void |
setParentScope(net.sourceforge.htmlunit.corejs.javascript.Scriptable m) |
clone, equivalentValues, get, getBrowserVersion, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getScriptableFor, getStartingScope, getWindow, getWindow, getWithPreemption, has, hasInstance, initParentScope, setCaseSensitive, setDomNode, setDomNode, setHtmlElementdefineFunctionProperties, defineProperty, put, setClassNameapplyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setPrototype, sizepublic void setParentScope(net.sourceforge.htmlunit.corejs.javascript.Scriptable m)
setParentScope in interface net.sourceforge.htmlunit.corejs.javascript.ScriptablesetParentScope in class HtmlUnitScriptablepublic SimpleScriptable makeScriptableFor(DomNode domNode)
makeScriptableFor in class SimpleScriptabledomNode - the DOM node for which a JS object should be createdpublic net.sourceforge.htmlunit.corejs.javascript.Scriptable getPrototype(Class<? extends SimpleScriptable> javaScriptClass)
getPrototype in class SimpleScriptablejavaScriptClass - the host classprotected boolean isReadOnlySettable(String name, Object value)
isReadOnlySettable in class SimpleScriptablepublic String getClassName()
getClassName in interface net.sourceforge.htmlunit.corejs.javascript.ScriptablegetClassName in class HtmlUnitScriptablepublic MSXMLJavaScriptEnvironment getEnvironment()
public void setEnvironment(MSXMLJavaScriptEnvironment environment)
environment - the environment_ to setCopyright © 2002–2019 Gargoyle Software Inc.. All rights reserved.