Метод | Описание | |
---|---|---|
AddValues ( |
||
Delete ( |
Implementation of ECMAScript [[Delete]]. Implementation of ECMAScript [[Delete]]. |
|
Delete ( string name ) : void | ||
EnterDotQuery ( Scriptable scope ) : |
||
EnterWith ( Scriptable scope ) : |
||
ExecIdCall ( |
||
Get ( |
Implementation of ECMAScript [[Get]]
|
|
Get ( string name, Scriptable start ) : object | ||
GetDefaultValue ( |
||
GetFunctionProperty ( |
||
GetFunctionProperty ( |
||
GetParentScope ( ) : Scriptable | ||
GetPrototype ( ) : Scriptable | ||
Has ( |
Implementation of ECMAScript [[Has]]
|
|
Has ( string name, Scriptable start ) : bool | ||
HasInstance ( Scriptable scriptable ) : bool | ||
MemberRef ( |
||
MemberRef ( |
Generic reference to implement x::ns, x.@ns::y, x..@ns::y etc. Generic reference to implement x::ns, x.@ns::y, x..@ns::y etc. |
|
Put ( Context cx, object id, object value ) : void |
Implementation of ECMAScript [[Put]]
|
|
Put ( string name, Scriptable start, object value ) : void | ||
SetParentScope ( Scriptable parent ) : void | ||
SetPrototype ( Scriptable prototype ) : void | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
EquivalentValues ( object value ) : object |
XMLObject always compare with any value and equivalentValues never returns
|
|
FindPrototypeId ( string s ) : int | ||
InitPrototypeId ( int id ) : void | ||
JsConstructor ( |
||
XMLObjectImpl ( XMLLibImpl lib, Scriptable scope, XMLObject prototype ) : System |
Метод | Описание | |
---|---|---|
AddMatches ( |
||
Arg ( object args, int i ) : object | ||
Child ( |
||
Child ( int index ) : |
||
Children ( ) : |
||
Comments ( ) : |
||
Contains ( object xml ) : bool | ||
Copy ( ) : |
||
CreateEmptyXML ( ) : |
||
CreateNamespace ( Rhino declaration ) : |
||
CreateNamespaces ( Rhino declarations ) : Rhino.Xmlimpl.Namespace[] | ||
DeleteXMLProperty ( |
ecmaDelete(cx, id) calls this after resolving when id to XMLName and checking it is not Uint32 index. ecmaDelete(cx, id) calls this after resolving when id to XMLName and checking it is not Uint32 index. |
|
EcmaEscapeAttributeValue ( string s ) : string | ||
EcmaToXml ( object @object ) : |
||
Elements ( |
||
EquivalentXml ( object target ) : bool |
Test XML equality with target the target. Test XML equality with target the target. |
|
ExportAsJSClass ( bool @sealed ) : void | ||
GetLib ( ) : |
||
GetMatches ( |
||
GetProcessor ( ) : |
||
GetXML ( ) : |
||
GetXMLProperty ( |
ecmaGet(cx, id) calls this after resolving when id to XMLName and checking it is not Uint32 index. ecmaGet(cx, id) calls this after resolving when id to XMLName and checking it is not Uint32 index. |
|
HasComplexContent ( ) : bool | ||
HasOwnProperty ( |
||
HasSimpleContent ( ) : bool | ||
HasXMLProperty ( |
ecmaHas(cx, id) calls this after resolving when id to XMLName and checking it is not Uint32 index. ecmaHas(cx, id) calls this after resolving when id to XMLName and checking it is not Uint32 index. |
|
Initialize ( |
||
IsPrototype ( ) : bool | ||
Length ( ) : int | ||
NewQName ( Rhino name ) : |
||
NewQName ( string uri, string localName, string prefix ) : |
||
NewTextElementXML ( Rhino reference, Rhino qname, string value ) : |
||
NewXML ( Rhino node ) : |
||
NewXMLFromJs ( object inputObject ) : |
||
NewXMLList ( ) : |
||
NewXMLListFrom ( object o ) : |
||
Normalize ( ) : void | ||
Parent ( ) : object | ||
ProcessingInstructions ( |
||
PropertyIsEnumerable ( object member ) : bool | ||
PutXMLProperty ( XMLName name, object value ) : void |
ecmaPut(cx, id, value) calls this after resolving when id to XMLName and checking it is not Uint32 index. ecmaPut(cx, id, value) calls this after resolving when id to XMLName and checking it is not Uint32 index. |
|
Text ( ) : XMLList | ||
ToObjectArray ( object typed ) : object[] | ||
ToSource ( int indent ) : string | ||
ToXMLString ( ) : string | ||
ValueOf ( ) : object | ||
XmlFromNode ( Rhino node ) : XML | ||
XmlMethodNotFound ( object @object, string name ) : void |
public final AddValues ( |
||
cx | ||
thisIsLeft | bool | |
value | object | |
Результат | object |
public final Delete ( |
||
cx | ||
id | object | |
Результат | bool |
public EnterDotQuery ( Scriptable scope ) : |
||
scope | Scriptable | |
Результат |
public EnterWith ( Scriptable scope ) : |
||
scope | Scriptable | |
Результат |
protected final EquivalentValues ( object value ) : object | ||
value | object | |
Результат | object |
public ExecIdCall ( |
||
f | ||
cx | ||
scope | Scriptable | |
thisObj | Scriptable | |
args | object | |
Результат | object |
protected FindPrototypeId ( string s ) : int | ||
s | string | |
Результат | int |
public final Get ( |
||
cx | ||
id | object | |
Результат | object |
public Get ( string name, Scriptable start ) : object | ||
name | string | |
start | Scriptable | |
Результат | object |
public final GetDefaultValue ( |
||
hint | ||
Результат | object |
public GetFunctionProperty ( |
||
cx | ||
id | int | |
Результат | object |
public GetFunctionProperty ( |
||
cx | ||
name | string | |
Результат | object |
public final GetParentScope ( ) : Scriptable | ||
Результат | Scriptable |
public final GetPrototype ( ) : Scriptable | ||
Результат | Scriptable |
public final Has ( |
||
cx | ||
id | object | |
Результат | bool |
public Has ( string name, Scriptable start ) : bool | ||
name | string | |
start | Scriptable | |
Результат | bool |
public final HasInstance ( Scriptable scriptable ) : bool | ||
scriptable | Scriptable | |
Результат | bool |
protected InitPrototypeId ( int id ) : void | ||
id | int | |
Результат | void |
protected abstract JsConstructor ( |
||
cx | ||
inNewExpr | bool | |
args | object | |
Результат | object |
public MemberRef ( |
||
cx | ||
elem | object | |
memberTypeFlags | int | |
Результат |
public MemberRef ( |
||
cx | ||
@namespace | object | |
elem | object | |
memberTypeFlags | int | |
Результат |
public final Put ( Context cx, object id, object value ) : void | ||
cx | Context | |
id | object | |
value | object | |
Результат | void |
public Put ( string name, Scriptable start, object value ) : void | ||
name | string | |
start | Scriptable | |
value | object | |
Результат | void |
public final SetParentScope ( Scriptable parent ) : void | ||
parent | Scriptable | |
Результат | void |
public final SetPrototype ( Scriptable prototype ) : void | ||
prototype | Scriptable | |
Результат | void |
protected XMLObjectImpl ( XMLLibImpl lib, Scriptable scope, XMLObject prototype ) : System | ||
lib | XMLLibImpl | |
scope | Scriptable | |
prototype | XMLObject | |
Результат | System |