|
Mac Dev Center
Mac OS X Reference Library Core Services Layer Publication Subscription Publication Subscription Framework Reference
|
PSLink.h |
Use the links in the table of contents to the left to access the documentation.
Result of the linkKind accessor. Defines common types of links.
PSLinkKind |
Result of the linkKind accessor. Defines common types of links.
typedef enum { PSLinkToOther, // Any other kind not covered by this enumeration PSLinkToRSS, // RSS feed PSLinkToAtom, // Atom feed PSLinkToAtomService, // Atom Publishing Protocol service document PSLinkToFOAF, // FOAF file (social network data) PSLinkToRSD, // RSD (really simple discovery) document for locating Blogger API PSLinkToSelf, // Definitive URL of this very resource PSLinkToAlternate // Some other alternate representation (usually an HTML page) } PSLinkKind;
PSLinkToOtherAny type of feed not covered by this enumeration.
PSLinkToRSSAn RSS feed.
PSLinkToAtomAn Atom feed.
PSLinkToAtomServiceAn Atom Publishing Protocol document.
PSLinkToFOAFAn FOAF file (social network data).
PSLinkTORSDA Really Simple Discovery (RSD) document for locating Blogger API.
PSLinkToSelfDefinitive URL of the current feed.
PSLinkToAlternateAn alternate representation of the current feed (usually an HTML page).
Last Updated: 2009-08-12