C# 클래스 Rhino.Xmlimpl.XMLList

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

공개 메소드들

메소드 설명
Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
Construct ( Context cx, Scriptable scope, object args ) : Scriptable
Delete ( int index ) : void
Get ( int index, Scriptable start ) : object
GetClassName ( ) : string
GetExtraMethodSource ( Context cx ) : Scriptable

See ECMA 357, 11_2_2_1, Semantics, 3_e.

See ECMA 357, 11_2_2_1, Semantics, 3_e.

GetIds ( ) : object[]
GetIdsForDebug ( ) : object[]
Has ( int index, Scriptable start ) : bool
Put ( int index, Scriptable start, object value ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
JsConstructor ( Context cx, bool inNewExpr, object args ) : object

비공개 메소드들

메소드 설명
AddMatches ( Rhino rv, XMLName name ) : void
AddToList ( object toAdd ) : void
ApplyOrCall ( bool isApply, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
Child ( XMLName xmlName ) : XMLList
Child ( int index ) : XMLList
Children ( ) : XMLList
Comments ( ) : XMLList
Contains ( object xml ) : bool
Copy ( ) : XMLObjectImpl
DeleteXMLProperty ( XMLName name ) : void
Elements ( XMLName name ) : XMLList
EquivalentXml ( object target ) : bool
GetNodeList ( ) : Rhino.Xmlimpl.XmlNode.InternalList
GetPropertyList ( XMLName name ) : XMLList
GetXML ( ) : XML
GetXML ( Rhino _annos, int index ) : XML
GetXMLProperty ( XMLName name ) : object
GetXmlFromAnnotation ( int index ) : XML
HasComplexContent ( ) : bool
HasOwnProperty ( XMLName xmlName ) : bool
HasSimpleContent ( ) : bool
HasXMLProperty ( XMLName xmlName ) : bool
Insert ( int index, XML xml ) : void
InternalRemoveFromList ( int index ) : void
Item ( int index ) : XML
Length ( ) : int
Normalize ( ) : void
Parent ( ) : object

If list is empty, return undefined, if elements have different parents return undefined, If they all have the same parent, return that parent

ProcessingInstructions ( XMLName xmlName ) : XMLList
PropertyIsEnumerable ( object name ) : bool
PutXMLProperty ( XMLName xmlName, object value ) : void
Remove ( ) : void
Replace ( int index, XML xml ) : void
ReplaceNode ( XML xml, XML with ) : void
SetAttribute ( XMLName xmlName, object value ) : void
SetTargets ( XMLObjectImpl @object, Rhino property ) : void
Text ( ) : XMLList
ToSource ( int indent ) : string
ToXMLString ( ) : string
ValueOf ( ) : object
XMLList ( XMLLibImpl lib, Scriptable scope, XMLObject prototype ) : System.Collections.Generic

메소드 상세

Call() 공개 메소드

public Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
cx Rhino.Context
scope Scriptable
thisObj Scriptable
args object
리턴 object

Construct() 공개 메소드

public Construct ( Context cx, Scriptable scope, object args ) : Scriptable
cx Rhino.Context
scope Scriptable
args object
리턴 Scriptable

Delete() 공개 메소드

public Delete ( int index ) : void
index int
리턴 void

Get() 공개 메소드

public Get ( int index, Scriptable start ) : object
index int
start Scriptable
리턴 object

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

GetExtraMethodSource() 공개 메소드

See ECMA 357, 11_2_2_1, Semantics, 3_e.
See ECMA 357, 11_2_2_1, Semantics, 3_e.
public GetExtraMethodSource ( Context cx ) : Scriptable
cx Rhino.Context
리턴 Scriptable

GetIds() 공개 메소드

public GetIds ( ) : object[]
리턴 object[]

GetIdsForDebug() 공개 메소드

public GetIdsForDebug ( ) : object[]
리턴 object[]

Has() 공개 메소드

public Has ( int index, Scriptable start ) : bool
index int
start Scriptable
리턴 bool

JsConstructor() 보호된 메소드

protected JsConstructor ( Context cx, bool inNewExpr, object args ) : object
cx Rhino.Context
inNewExpr bool
args object
리턴 object

Put() 공개 메소드

public Put ( int index, Scriptable start, object value ) : void
index int
start Scriptable
value object
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string