Status: | Draft |
Version: | 1.0 |
Project owner: | Benjamin Schell |
Available: | since V1.3 |
An Atom workspace element is a part of an Atom Service document, as defined by the Atom Publishing Protocol specification, and is for organization in the service document.
Type |
Property |
Description |
String |
title |
The title of this workspace |
Array |
collections |
The collections housed by this workspace |
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 |