Status: | Draft |
Version: | 1.0 |
Project owner: | Benjamin Schell |
Available: | since V1.3 |
An Atom collection describes a set of resources, accessible from a given URL that are identified by a title.
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 <accept> or <category> elements |
String |
memberType |
The member type of this collection |
String |
id |
The ID string of this collection |
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 |