ADC Home > Reference Library > Reference > Internet & Web > Web Content > Publication Subscription Framework Reference

 


PSLink.h

Overview



Classes

PSLink


Typedefs


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;  
Constants
PSLinkToOther
Any type of feed not covered by this enumeration.
PSLinkToRSS
An RSS feed.
PSLinkToAtom
An Atom feed.
PSLinkToAtomService
An Atom Publishing Protocol document.
PSLinkToFOAF
An FOAF file (social network data).
PSLinkTORSD
A Really Simple Discovery (RSD) document for locating Blogger API.
PSLinkToSelf
Definitive URL of the current feed.
PSLinkToAlternate
An alternate representation of the current feed (usually an HTML page).

Availability
Introduced in Mac OS X v10.5.


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.
Last Updated: 2008-03-11