C# 클래스 Rhino.Xmlimpl.QName

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

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

EquivalentValues() 보호된 메소드

protected EquivalentValues ( object value ) : object
value object
리턴 object

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

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

GetDefaultValue() 공개 메소드

public GetDefaultValue ( Type hint ) : object
hint System.Type
리턴 object

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetInstanceIdName() 보호된 메소드

protected GetInstanceIdName ( int id ) : string
id int
리턴 string

GetInstanceIdValue() 보호된 메소드

protected GetInstanceIdValue ( int id ) : object
id int
리턴 object

GetMaxInstanceId() 보호된 메소드

protected GetMaxInstanceId ( ) : int
리턴 int

InitPrototypeId() 보호된 메소드

protected InitPrototypeId ( int id ) : void
id int
리턴 void

LocalName() 공개 메소드

public LocalName ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string