Uses of Class
cz.martlin.xspf.playlist.elements.XSPFMeta
-
Packages that use XSPFMeta 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 XSPFMeta in cz.martlin.xspf.playlist.collections
Methods in cz.martlin.xspf.playlist.collections that return XSPFMeta Modifier and Type Method Description protected XSPFMetaXSPFMetas. create(Element meta)XSPFMetaXSPFMetas. createMeta()Creates (empty) meta.XSPFMetaXSPFMetas. createMeta(URI rel, String content)Creates the meta with given rel and content.XSPFMetaXSPFMetas. meta(URI rel)Returns meta having the given rel. -
Uses of XSPFMeta in cz.martlin.xspf.util
Methods in cz.martlin.xspf.util with parameters of type XSPFMeta Modifier and Type Method Description static voidPrinter. print(int padding, String label, XSPFMeta meta)Prints the given meta with given label and padding.
-