C# Class Rhino.Xmlimpl.XMLList

Inheritance: XMLObjectImpl, Function
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
JsConstructor ( Context cx, bool inNewExpr, object args ) : object

Private Methods

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

Method Details

Call() public méthode

public Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
cx Rhino.Context
scope Scriptable
thisObj Scriptable
args object
Résultat object

Construct() public méthode

public Construct ( Context cx, Scriptable scope, object args ) : Scriptable
cx Rhino.Context
scope Scriptable
args object
Résultat Scriptable

Delete() public méthode

public Delete ( int index ) : void
index int
Résultat void

Get() public méthode

public Get ( int index, Scriptable start ) : object
index int
start Scriptable
Résultat object

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

GetExtraMethodSource() public méthode

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
Résultat Scriptable

GetIds() public méthode

public GetIds ( ) : object[]
Résultat object[]

GetIdsForDebug() public méthode

public GetIdsForDebug ( ) : object[]
Résultat object[]

Has() public méthode

public Has ( int index, Scriptable start ) : bool
index int
start Scriptable
Résultat bool

JsConstructor() protected méthode

protected JsConstructor ( Context cx, bool inNewExpr, object args ) : object
cx Rhino.Context
inNewExpr bool
args object
Résultat object

Put() public méthode

public Put ( int index, Scriptable start, object value ) : void
index int
start Scriptable
value object
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string