Status: | Draft |
Version: | 1.0 |
Project owner: | Benjamin Schell |
Available: | since V1.3 |
An Atom service document describes the services that a server implementing the Atom Publishing Protocol offers. This object represents this type of document.
Type |
Property |
Description |
String |
href |
The URL to the service document |
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 |