Uses of Class
cz.martlin.xspf.playlist.base.XSPFNode
-
Packages that use XSPFNode Package Description cz.martlin.xspf.playlist.base The all the abstract superclasses in the xspf-playlist.cz.martlin.xspf.playlist.collections The implementations of the collections, subclasses of theXSPFCollection.cz.martlin.xspf.playlist.elements The actual xspf file elements (playlist, track, ...) implementation. -
-
Uses of XSPFNode in cz.martlin.xspf.playlist.base
Subclasses of XSPFNode in cz.martlin.xspf.playlist.base Modifier and Type Class Description classXSPFCollection<E extends XSPFElement>An abstract collection of siblingXSPFElements of the same type (element name, type).classXSPFCommonThe abstract superclass containing the common properties of theXSPFPlaylistandXSPFTrack.classXSPFElementThe base element in the xspf-playlist implementation. -
Uses of XSPFNode in cz.martlin.xspf.playlist.collections
Subclasses of XSPFNode in cz.martlin.xspf.playlist.collections Modifier and Type Class Description classXSPFExtensionsAn collection of theXSPFExtension.classXSPFLinkclassXSPFLinksAn collection of theXSPFLinks.classXSPFMetasAn collection fo theXSPFMetas.classXSPFTracksAn collection of theXSPFTracks. -
Uses of XSPFNode in cz.martlin.xspf.playlist.elements
Subclasses of XSPFNode in cz.martlin.xspf.playlist.elements Modifier and Type Class Description classXSPFAttributionAn attribution element.classXSPFExtensionAn extension element.classXSPFFileThe whole xspf file.classXSPFLinkThe link element.classXSPFMetaThe meta element.classXSPFPlaylistThe playlist element.classXSPFTrackThe track element.
-