Uses of Interface
org.apache.lucene.gdata.gom.GOMLink

Packages that use GOMLink
org.apache.lucene.gdata.gom   
org.apache.lucene.gdata.gom.core   
org.apache.lucene.gdata.gom.core.utils   
 

Uses of GOMLink in org.apache.lucene.gdata.gom
 

Methods in org.apache.lucene.gdata.gom that return types with arguments of type GOMLink
 List<GOMLink> GOMSource.getLinks()
           
 List<GOMLink> GOMEntry.getLinks()
          This method returns all links and will never returnnull
 

Methods in org.apache.lucene.gdata.gom with parameters of type GOMLink
 void GOMSource.addLink(GOMLink aLink)
           
 void GOMEntry.addLink(GOMLink aLink)
           
 

Uses of GOMLink in org.apache.lucene.gdata.gom.core
 

Classes in org.apache.lucene.gdata.gom.core that implement GOMLink
 class GOMLinkImpl
          element atom:link { atomCommonAttributes, attribute href { atomUri }, attribute rel { atomNCName | atomUri }?, attribute type { atomMediaType }?, attribute hreflang { atomLanguageTag }?, attribute title { text }?, attribute length { text }?, undefinedContent }
 

Fields in org.apache.lucene.gdata.gom.core with type parameters of type GOMLink
protected  List<GOMLink> GOMSourceImpl.links
           
 

Methods in org.apache.lucene.gdata.gom.core that return types with arguments of type GOMLink
 List<GOMLink> GOMSourceImpl.getLinks()
           
 List<GOMLink> GOMEntryImpl.getLinks()
           
 

Methods in org.apache.lucene.gdata.gom.core with parameters of type GOMLink
 void GOMSourceImpl.addLink(GOMLink aLink)
           
 void GOMEntryImpl.addLink(GOMLink aLink)
           
 

Uses of GOMLink in org.apache.lucene.gdata.gom.core.utils
 

Methods in org.apache.lucene.gdata.gom.core.utils that return GOMLink
 GOMLink GOMUtils.getHtmlLink(List<GOMLink> links)
           
 

Methods in org.apache.lucene.gdata.gom.core.utils with parameters of type GOMLink
static boolean AtomParserUtils.compareAlternateLinks(GOMLink left, GOMLink right)
          Compares two links with rel attribute "alternate" Checks if href and type are equal
 

Method parameters in org.apache.lucene.gdata.gom.core.utils with type arguments of type GOMLink
 GOMLink GOMUtils.getHtmlLink(List<GOMLink> links)
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.