C# 클래스 Rhino.Xmlimpl.XMLCtor

상속: Rhino.IdFunctionObject
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

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