C# Class Rhino.Xmlimpl.QName

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

Méthodes publiques

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

Méthodes protégées

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

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

public Equals ( object obj ) : bool
obj object
Résultat bool

EquivalentValues() protected méthode

protected EquivalentValues ( object value ) : object
value object
Résultat object

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

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

GetDefaultValue() public méthode

public GetDefaultValue ( Type hint ) : object
hint System.Type
Résultat object

GetHashCode() public méthode

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

InitPrototypeId() protected méthode

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

LocalName() public méthode

public LocalName ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string