PSLink.h

Overview

Use the links in the table of contents to the left to access the documentation.



Classes

PSLink


Typedefs

PSLinkKind

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;  
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.

 

Last Updated: 2009-08-12