C# Class Rhino.Xmlimpl.QName

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
GetClassName ( ) : string
GetDefaultValue ( Type hint ) : object
GetHashCode ( ) : int
LocalName ( ) : string
ToString ( ) : 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
CastToQName ( XMLLibImpl lib, Context cx, object qnameValue ) : QName
ConstructQName ( XMLLibImpl lib, Context cx, object nameValue ) : QName
ConstructQName ( XMLLibImpl lib, Context cx, object @namespace, object name ) : QName
Create ( XMLLibImpl lib, Scriptable scope, Rhino prototype, Rhino delegate_ ) : QName
Equals ( Rhino q ) : bool
ExportAsJSClass ( bool @sealed ) : void
GetDelegate ( ) : Rhino.Xmlimpl.XmlNode.QName
JsConstructor ( Context cx, bool inNewExpr, object args ) : object
Js_toSource ( ) : string
NewQName ( XMLLibImpl lib, string q_uri, string q_localName, string q_prefix ) : QName
Prefix ( ) : string
QName ( ) : System
RealThis ( Scriptable thisObj, IdFunctionObject f ) : QName
ToNodeQname ( ) : Rhino.Xmlimpl.XmlNode.QName
ToSourceImpl ( string uri, string localName, string prefix, StringBuilder sb ) : void
Uri ( ) : string

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

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

LocalName() public method

public LocalName ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string