Lizzy v1.1.1

Uses of Class
christophedelory.atom.URIContainer

Packages that use URIContainer
christophedelory.atom The Atom (XML-based) Web content and metadata syndication format. 
 

Uses of URIContainer in christophedelory.atom
 

Methods in christophedelory.atom that return URIContainer
 URIContainer Source.getIcon()
          Returns the URI that identifies an image that provides iconic visual identification for this feed.
 URIContainer Source.getId()
          Returns a permanent, universally unique identifier for the feed.
 URIContainer Entry.getId()
          Returns a permanent, universally unique identifier for the entry.
 URIContainer Source.getLogo()
          Returns an URI reference that identifies an image that provides visual identification for this feed.
 

Methods in christophedelory.atom with parameters of type URIContainer
 void Source.setIcon(URIContainer icon)
          Initializes the URI that identifies an image that provides iconic visual identification for this feed.
 void Source.setId(URIContainer id)
          Initializes the permanent, universally unique identifier for the feed.
 void Feed.setId(URIContainer id)
           
 void Entry.setId(URIContainer id)
          Initializes the permanent, universally unique identifier for the entry.
 void Source.setLogo(URIContainer logo)
          Initializes the URI reference that identifies an image that provides visual identification for this feed.
 


© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.