ArrayList
Object Hierarchy:
Description:
A class implementing Collection to store references to child DomElement of Collection.element, using an index.
public class YourObject : GXml.Element {
[Description (nick="::Name")]
public string name { get; set; }
}
public class YourList : GXml.ArrayList {
construct {
try { initialize (typeof (YourObject)); }
catch (GLib.Error e) {
warning ("Initialization error for collection type: %s : %s"
.printf (get_type ().name(), e.message));
}
}
}
All known sub-classes:
Namespace: GXml
Package: gxml-0.20
Content:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GXml.BaseCollection
All known members inherited from class GLib.Object
All known members inherited from interface Gee.Traversable
All known members inherited from interface Gee.Iterable
All known members inherited from interface GXml.Collection