Uses of Class
cz.martlin.xspf.playlist.elements.XSPFLink
-
Packages that use XSPFLink Package Description cz.martlin.xspf.playlist.collections The implementations of the collections, subclasses of theXSPFCollection.cz.martlin.xspf.util All the utilities and helper classes. -
-
Uses of XSPFLink in cz.martlin.xspf.playlist.collections
Methods in cz.martlin.xspf.playlist.collections that return XSPFLink Modifier and Type Method Description protected XSPFLinkXSPFLinks. create(Element link)XSPFLinkXSPFLinks. createLink()Creates new (empty) link.XSPFLinkXSPFLinks. createLink(URI rel, URI content)Creates link with given rel and content.XSPFLinkXSPFLinks. link(URI rel)Returns link having the given rel. -
Uses of XSPFLink in cz.martlin.xspf.util
Methods in cz.martlin.xspf.util with parameters of type XSPFLink Modifier and Type Method Description static voidPrinter. print(int padding, String label, XSPFLink link)Prints the given link with given label and padding.
-