dojox.atom.io.model.Entry¶
| Status: | Draft |
|---|---|
| Version: | 1.0 |
| Project owner: | Benjamin Schell |
| Available: | since V1.3 |
Contents
This object represents a Entry tag in an ATOM feed, the core container object of ATOM.
Public properties (and their types):¶
This function extends from dojox.atom.io.model.AtomItem so please refer to it for the list of properties it inherits.
Below are the additional properties defined by this model class:
| Type | Property | Description |
| String | feedUrl | The URL of the Atom feed that owns this entry |
Public functions (and their return types):¶
This function extends from dojox.atom.io.model.AtomItem so please refer to it for the list of functions it inherits.
Below are all the additional functions implemented by this model class.
| Return Type | Function | Description |
| Boolean | accept(String) | Returns whether this item accepts the given tag name. Overriden by child classes |
| String | toString() | Return the XML representation of the Entry |
| String | getEditHref() | Discovers the URL to send updated entry information to by way of the Atom Publishing Protocol |
