Uses of Class
org.clapper.curn.parser.RSSLink.Type

Packages that use RSSLink.Type
org.clapper.curn.parser   
 

Uses of RSSLink.Type in org.clapper.curn.parser
 

Methods in org.clapper.curn.parser that return RSSLink.Type
 RSSLink.Type RSSLink.getLinkType()
          Get the link type for this link.
static RSSLink.Type RSSLink.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RSSLink.Type[] RSSLink.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.clapper.curn.parser with parameters of type RSSLink.Type
static RSSLink ParserUtil.findMatchingLink(java.util.Collection<RSSLink> links, RSSLink.Type linkType)
          Find the first RSSLink object with a specific link type.
static RSSLink ParserUtil.findMatchingLink(java.util.Collection<RSSLink> links, java.lang.String mimeType, RSSLink.Type... linkTypes)
          Find the RSSLink object with a specific MIME type and one of a set of link types.
 RSSLink RSSElement.getLink(RSSLink.Type linkType)
          Get the first link with the specified link type.
 RSSLink RSSElement.getLink(java.lang.String mimeType, RSSLink.Type... linkTypes)
          Get the link with a specific MIME type and one of a set of link types.
 void RSSLink.setLinkType(RSSLink.Type linkType)
          Set the link type for this link.
 

Constructors in org.clapper.curn.parser with parameters of type RSSLink.Type
RSSLink(java.net.URL url, java.lang.String mimeType, RSSLink.Type linkType)
          Create and populate a new RSSLink object.
 



Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.