C# Class Rhino.Xmlimpl.Namespace

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

Public Methods

Method Description
Equals ( object obj ) : bool
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
ExportAsJSClass ( bool @sealed ) : void
GetClassName ( ) : string
GetDefaultValue ( Type hint ) : object
GetHashCode ( ) : int
Prefix ( ) : string
ToLocaleString ( ) : string
ToString ( ) : string
Uri ( ) : string

Protected Methods

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

Private Methods

Method Description
CastToNamespace ( object namespaceObj ) : Namespace
ConstructNamespace ( ) : Namespace
ConstructNamespace ( object uriValue ) : Namespace
ConstructNamespace ( object prefixValue, object uriValue ) : Namespace
Create ( Scriptable scope, Rhino prototype, Rhino @namespace ) : Namespace
Equals ( Rhino n ) : bool
GetDelegate ( ) : Rhino.Xmlimpl.XmlNode.Namespace
JsConstructor ( Context cx, bool inNewExpr, object args ) : object
Js_toSource ( ) : string
Namespace ( ) : System
NewNamespace ( string uri ) : Namespace
NewNamespace ( string prefix, string uri ) : Namespace
RealThis ( Scriptable thisObj, IdFunctionObject f ) : Namespace
ToSourceImpl ( string prefix, string uri, StringBuilder sb ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

EquivalentValues() protected method

protected EquivalentValues ( object value ) : object
value object
return object

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

ExportAsJSClass() public method

public ExportAsJSClass ( bool @sealed ) : void
@sealed bool
return void

FindInstanceIdInfo() protected method

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

FindPrototypeId() protected method

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

GetClassName() public method

public GetClassName ( ) : string
return string

GetDefaultValue() public method

public GetDefaultValue ( Type hint ) : object
hint System.Type
return object

GetHashCode() public method

public GetHashCode ( ) : int
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

InitPrototypeId() protected method

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

Prefix() public method

public Prefix ( ) : string
return string

ToLocaleString() public method

public ToLocaleString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

Uri() public method

public Uri ( ) : string
return string