C# Класс Rhino.Xmlimpl.XMLCtor

Наследование: Rhino.IdFunctionObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
ReadSettings ( Scriptable source ) : void
WriteSetting ( Scriptable target ) : void
XMLCtor ( XML xml, object tag, int id, int arity ) : System

Описание методов

ExecIdCall() публичный Метод

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
Результат object

FindInstanceIdInfo() защищенный Метод

protected FindInstanceIdInfo ( string s ) : int
s string
Результат int

FindPrototypeId() защищенный Метод

protected FindPrototypeId ( string s ) : int
s string
Результат int

GetInstanceIdName() защищенный Метод

protected GetInstanceIdName ( int id ) : string
id int
Результат string

GetInstanceIdValue() защищенный Метод

protected GetInstanceIdValue ( int id ) : object
id int
Результат object

GetMaxInstanceId() защищенный Метод

protected GetMaxInstanceId ( ) : int
Результат int

HasInstance() публичный Метод

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
Результат bool

InitPrototypeId() защищенный Метод

protected InitPrototypeId ( int id ) : void
id int
Результат void

SetInstanceIdValue() защищенный Метод

protected SetInstanceIdValue ( int id, object value ) : void
id int
value object
Результат void