|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.javascript.ScriptableObject
org.mozilla.javascript.IdScriptableObject
org.wso2.javascript.xmlimpl.Namespace
public class Namespace
Field Summary |
---|
Fields inherited from class org.mozilla.javascript.ScriptableObject |
---|
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST |
Fields inherited from interface org.mozilla.javascript.Scriptable |
---|
NOT_FOUND |
Constructor Summary | |
---|---|
Namespace(XMLLibImpl lib,
String uriValue)
|
|
Namespace(XMLLibImpl lib,
String prefixValue,
String uriValue)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
protected Object |
equivalentValues(Object value)
|
Object |
execIdCall(org.mozilla.javascript.IdFunctionObject f,
org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope,
org.mozilla.javascript.Scriptable thisObj,
Object[] args)
|
void |
exportAsJSClass(boolean sealed)
|
protected int |
findInstanceIdInfo(String s)
|
protected int |
findPrototypeId(String s)
|
String |
getClassName()
|
protected String |
getInstanceIdName(int id)
|
protected Object |
getInstanceIdValue(int id)
|
protected int |
getMaxInstanceId()
|
protected void |
initPrototypeId(int id)
|
String |
prefix()
|
String |
toString()
|
String |
uri()
|
Methods inherited from class org.mozilla.javascript.IdScriptableObject |
---|
activatePrototypeMap, addIdFunctionProperty, defaultGet, defaultPut, delete, exportAsJSClass, fillConstructorProperties, get, getAttributes, has, hasPrototypeMap, incompatibleCallError, initPrototypeConstructor, initPrototypeMethod, initPrototypeValue, instanceIdInfo, put, setAttributes, setInstanceIdValue |
Methods inherited from class org.mozilla.javascript.ScriptableObject |
---|
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, deleteProperty, deleteProperty, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, hasInstance, hasProperty, hasProperty, isConst, isGetterOrSetter, isSealed, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Namespace(XMLLibImpl lib, String uriValue)
public Namespace(XMLLibImpl lib, String prefixValue, String uriValue)
Method Detail |
---|
public void exportAsJSClass(boolean sealed)
protected int getMaxInstanceId()
getMaxInstanceId
in class org.mozilla.javascript.IdScriptableObject
protected int findInstanceIdInfo(String s)
findInstanceIdInfo
in class org.mozilla.javascript.IdScriptableObject
protected String getInstanceIdName(int id)
getInstanceIdName
in class org.mozilla.javascript.IdScriptableObject
protected Object getInstanceIdValue(int id)
getInstanceIdValue
in class org.mozilla.javascript.IdScriptableObject
protected Object equivalentValues(Object value)
equivalentValues
in class org.mozilla.javascript.ScriptableObject
public boolean equals(Object obj)
equals
in class Object
protected int findPrototypeId(String s)
findPrototypeId
in class org.mozilla.javascript.IdScriptableObject
protected void initPrototypeId(int id)
initPrototypeId
in class org.mozilla.javascript.IdScriptableObject
public Object execIdCall(org.mozilla.javascript.IdFunctionObject f, org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable thisObj, Object[] args)
execIdCall
in interface org.mozilla.javascript.IdFunctionCall
execIdCall
in class org.mozilla.javascript.IdScriptableObject
public String toString()
toString
in class Object
public String getClassName()
getClassName
in interface org.mozilla.javascript.Scriptable
getClassName
in class org.mozilla.javascript.ScriptableObject
public String uri()
public String prefix()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |