메소드 | 설명 | |
---|---|---|
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 |
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 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 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 |