Description of entry. More...
Public Member Functions | |
| entry (XmlNode item, XmlDocument document, feedTypes inputType) | |
| Creates a new entry out of an XML-Document. | |
| entry () | |
| Creates a new, empty entry. | |
| void | add_new_guid () |
| Creates a new GUID and sets it as the current GUiD. | |
| string | getXML (feedTypes type) |
| Returns XML-Code for this feed. | |
| object | Clone () |
| Clones the object (Except pubDate and guid). | |
Public Attributes | |
| string | title |
| Title of the entry. | |
| string | description |
| Description of the entry. | |
| string | link |
| Link to this entry on the website. | |
| string | author |
| Author of this entry. | |
| string | guid |
| GUID of th entry. | |
| string | enclosure_url |
| URL of enclosure. | |
| string | enclosure_length |
| Filesize (in bytes) of enclosure. | |
| string | enclosure_type |
| MIME-Type of enclosure. | |
| DateTime | pubDate |
| Publishment of this entry. | |
| string | comments |
| Link to the comments for this entry. | |
| categoryList | category = new categoryList() |
| categoryList that conatins all categories this entry belongs to | |
| XmlDocument | doc |
| Be careful: not updated. | |
| XmlNode | node |
| Be careful: not updated. | |
Properties | |
| string | additionalXml [set] |
| Additional XML-Tags that should be added to the entries XML Note: write-only you have to handle this completly by yourself; dotFeedLib does only add this; apart from this,nothing happens with this information. | |
Description of entry.
| dotFeedLib.entry.entry | ( | XmlNode | item, | |
| XmlDocument | document, | |||
| feedTypes | inputType | |||
| ) |
Creates a new entry out of an XML-Document.
| item | Node that contains this entry | |
| document | Document this entry belongs to | |
| inputType | Indicates whether this is ATOM or RSS |
| dotFeedLib.entry.entry | ( | ) |
Creates a new, empty entry.
| void dotFeedLib.entry.add_new_guid | ( | ) |
Creates a new GUID and sets it as the current GUiD.
| object dotFeedLib.entry.Clone | ( | ) |
Clones the object (Except pubDate and guid).
| string dotFeedLib.entry.getXML | ( | feedTypes | type | ) |
Returns XML-Code for this feed.
| type | desired type |
| string dotFeedLib.entry.author |
Author of this entry.
categoryList that conatins all categories this entry belongs to
| string dotFeedLib.entry.comments |
Link to the comments for this entry.
| string dotFeedLib.entry.description |
Description of the entry.
| XmlDocument dotFeedLib.entry.doc |
Be careful: not updated.
Filesize (in bytes) of enclosure.
MIME-Type of enclosure.
URL of enclosure.
| string dotFeedLib.entry.guid |
GUID of th entry.
| string dotFeedLib.entry.link |
Link to this entry on the website.
| XmlNode dotFeedLib.entry.node |
Be careful: not updated.
| DateTime dotFeedLib.entry.pubDate |
Publishment of this entry.
| string dotFeedLib.entry.title |
Title of the entry.
string dotFeedLib.entry.additionalXml [set] |
Additional XML-Tags that should be added to the entries XML Note: write-only you have to handle this completly by yourself; dotFeedLib does only add this; apart from this,nothing happens with this information.
1.7.1