Uses of Class
com.sun.syndication.feed.atom.Link

Packages that use Link
com.sun.syndication.feed.synd.impl   
com.sun.syndication.io.impl   
 

Uses of Link in com.sun.syndication.feed.synd.impl
 

Methods in com.sun.syndication.feed.synd.impl with parameters of type Link
 SyndEnclosure ConverterForAtom10.createSyndEnclosure(Feed feed, Entry entry, Link link)
           
 SyndLink ConverterForAtom10.createSyndLink(Feed feed, Entry entry, Link link)
           
 

Uses of Link in com.sun.syndication.io.impl
 

Methods in com.sun.syndication.io.impl that return Link
private  Link Atom03Parser.parseLink(Element eLink)
           
private  Link Atom10Parser.parseLink(Feed feed, Entry entry, java.lang.String baseURI, Element eLink)
           
 

Methods in com.sun.syndication.io.impl with parameters of type Link
protected  Element Atom10Generator.generateLinkElement(Link link)
           
protected  Element Atom03Generator.generateLinkElement(Link link)
           
 



Copyright © Sun Microsystems. All Rights Reserved.