.. _dojox/atom/io/model/Service: dojox.atom.io.model.Service =========================== :Status: Draft :Version: 1.0 :Project owner: Benjamin Schell :Available: since V1.3 .. contents:: :depth: 2 An Atom service document describes the services that a server implementing the Atom Publishing Protocol offers. This object represents this type of document. ==================================== Public properties (and their types): ==================================== +----------------------------+-----------------+---------------------------------------------------------------------------------------------+ | **Type** | **Property** | **Description** | +----------------------------+-----------------+---------------------------------------------------------------------------------------------+ | String | href | The URL to the service document | +----------------------------+-----------------+---------------------------------------------------------------------------------------------+ ========================================== 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 | +-------------------+------------------------------------------------------+-------------------------------------------------------------+ | Array | getCollection(String url) | Retrieves an array of all collections identified by the | | | | given URL | +-------------------+------------------------------------------------------+-------------------------------------------------------------+ ========= See Also: ========= * :ref:`dojox.atom.io.model `