[scriptable, uuid(d4214e90-fb94-11d2-bdd8-00104bde6048)]
Attributes
Methods
Append an element to the container, assigning it the next available ordinal.
Return the number of elements in the container. Note that this may not always be accurate due to aggregation.
Return an enumerator that can be used to enumerate the contents of the container in ascending order.
Determine the index of an element in the container. @return The index of the specified element in the container. If the element is not contained in the container, this function returns '-1'.
Initialize the container wrapper to the specified resource using the specified datasource for context.
Insert aElement at the specified index. If aRenumber is 'true', then the underlying RDF graph will be 're-numbered' to accomodate the new element.
Remove the first occurence of the specified element from the container. If aRenumber is 'true', then the underlying RDF graph will be 're-numbered' to account for the removal.
Remove the element at the specified index. If aRenumber is 'true', then the underlying RDF graph will be 're-numbered' to account for the removal. @return the element that was removed.
