Uses of Class
toxi.data.feeds.AtomLink

Packages that use AtomLink
toxi.data.feeds   
 

Uses of AtomLink in toxi.data.feeds
 

Fields in toxi.data.feeds with type parameters of type AtomLink
 java.util.ArrayList<AtomLink> AtomFeed.links
           
 java.util.List<AtomLink> AtomEntry.links
           
 

Methods in toxi.data.feeds that return types with arguments of type AtomLink
 java.util.List<AtomLink> AtomEntry.getEnclosuresForType(java.lang.String type)
          Returns a list of AtomLinks to enclosed items of the given MIME type.