.. _dojox/atom/io/model/Collection: dojox.atom.io.model.Collection ============================== :Status: Draft :Version: 1.0 :Project owner: Benjamin Schell :Available: since V1.3 .. contents:: :depth: 2 An Atom collection describes a set of resources, accessible from a given URL that are identified by a title. ==================================== Public properties (and their types): ==================================== +----------------------------+-----------------+---------------------------------------------------------------------------------------------+ | **Type** | **Property** | **Description** | +----------------------------+-----------------+---------------------------------------------------------------------------------------------+ | String | href | The URL for this collection | +----------------------------+-----------------+---------------------------------------------------------------------------------------------+ | String | title | The title of this collection | +----------------------------+-----------------+---------------------------------------------------------------------------------------------+ | Array | features | The features of this collection | +----------------------------+-----------------+---------------------------------------------------------------------------------------------+ | Array | attributes | The attributes of this collection | +----------------------------+-----------------+---------------------------------------------------------------------------------------------+ | Array | children | The children of this collection; for example or elements | +----------------------------+-----------------+---------------------------------------------------------------------------------------------+ | String | memberType | The member type of this collection | +----------------------------+-----------------+---------------------------------------------------------------------------------------------+ | String | id | The ID string of this collection | +----------------------------+-----------------+---------------------------------------------------------------------------------------------+ ========================================== Public functions (and their return types): ========================================== Below are all the functions implemented by this model class. +-------------------+------------------------------------------------------+-------------------------------------------------------------+ | **Return Type** | **Function** | **Description** | +-------------------+------------------------------------------------------+-------------------------------------------------------------+ | undefined | buildFromDom(DOMNode) | Builds this Service from a given DOMNode. | +-------------------+------------------------------------------------------+-------------------------------------------------------------+ | String | toString() | Return the XML representation of the Service | +-------------------+------------------------------------------------------+-------------------------------------------------------------+ ========= See Also: ========= * :ref:`dojox.atom.io.model `