C# Class Rhino.Xmlimpl.XMLCtor

Inheritance: Rhino.IdFunctionObject
ファイルを表示 Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
HasInstance ( Scriptable instance ) : bool

hasInstance for XML objects works differently than other objects; see ECMA357 13.4.3.10.

hasInstance for XML objects works differently than other objects; see ECMA357 13.4.3.10.

Protected Methods

Method Description
FindInstanceIdInfo ( string s ) : int
FindPrototypeId ( string s ) : int
GetInstanceIdName ( int id ) : string
GetInstanceIdValue ( int id ) : object
GetMaxInstanceId ( ) : int
InitPrototypeId ( int id ) : void
SetInstanceIdValue ( int id, object value ) : void

Private Methods

Method Description
ReadSettings ( Scriptable source ) : void
WriteSetting ( Scriptable target ) : void
XMLCtor ( XML xml, object tag, int id, int arity ) : System

Method Details

ExecIdCall() public method

public ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
f Rhino.IdFunctionObject
cx Rhino.Context
scope Scriptable
thisObj Scriptable
args object
return object

FindInstanceIdInfo() protected method

protected FindInstanceIdInfo ( string s ) : int
s string
return int

FindPrototypeId() protected method

protected FindPrototypeId ( string s ) : int
s string
return int

GetInstanceIdName() protected method

protected GetInstanceIdName ( int id ) : string
id int
return string

GetInstanceIdValue() protected method

protected GetInstanceIdValue ( int id ) : object
id int
return object

GetMaxInstanceId() protected method

protected GetMaxInstanceId ( ) : int
return int

HasInstance() public method

hasInstance for XML objects works differently than other objects; see ECMA357 13.4.3.10.
hasInstance for XML objects works differently than other objects; see ECMA357 13.4.3.10.
public HasInstance ( Scriptable instance ) : bool
instance Scriptable
return bool

InitPrototypeId() protected method

protected InitPrototypeId ( int id ) : void
id int
return void

SetInstanceIdValue() protected method

protected SetInstanceIdValue ( int id, object value ) : void
id int
value object
return void