C# Class Rhino.Xmlimpl.XMLCtor

Inheritance: Rhino.IdFunctionObject
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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

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

Method Details

ExecIdCall() public méthode

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
Résultat object

FindInstanceIdInfo() protected méthode

protected FindInstanceIdInfo ( string s ) : int
s string
Résultat int

FindPrototypeId() protected méthode

protected FindPrototypeId ( string s ) : int
s string
Résultat int

GetInstanceIdName() protected méthode

protected GetInstanceIdName ( int id ) : string
id int
Résultat string

GetInstanceIdValue() protected méthode

protected GetInstanceIdValue ( int id ) : object
id int
Résultat object

GetMaxInstanceId() protected méthode

protected GetMaxInstanceId ( ) : int
Résultat int

HasInstance() public méthode

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
Résultat bool

InitPrototypeId() protected méthode

protected InitPrototypeId ( int id ) : void
id int
Résultat void

SetInstanceIdValue() protected méthode

protected SetInstanceIdValue ( int id, object value ) : void
id int
value object
Résultat void