Uses of Class
cz.martlin.xspf.playlist.base.XSPFCollection
-
Packages that use XSPFCollection 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. -
-
Uses of XSPFCollection in cz.martlin.xspf.playlist.base
Methods in cz.martlin.xspf.playlist.base with type parameters of type XSPFCollection Modifier and Type Method Description protected <E extends XSPFElement,C extends XSPFCollection<E>>
voidXSPFElement. setCollection(XSPFCollection<E> collection)Sets the collection (clone) mapped to this element.protected <E extends XSPFElement,C extends XSPFCollection<E>>
voidXSPFElement. setCollection(String name, XSPFCollection<E> collection)Sets the collection (clone) mapped to this element's child of given name.Methods in cz.martlin.xspf.playlist.base that return XSPFCollection Modifier and Type Method Description protected <E extends XSPFElement>
XSPFCollection<E>XSPFElement. collection(XSPFElement.XSPFCollectionFactory<E> factory)Returns the collection (view) mapped to this element, constructed by the given factory.protected <E extends XSPFElement>
XSPFCollection<E>XSPFElement. collection(String name, XSPFElement.XSPFCollectionFactory<E> factory)Returns the collection (view) mapped to this element's child of given name, constructed by the given factory.XSPFCollection<E>XSPFElement.XSPFCollectionFactory. create(Element container)protected <E extends XSPFElement>
XSPFCollection<E>XSPFElement. getCollection(XSPFElement.XSPFCollectionFactory<E> factory)Returns the collection (clone) mapped to this element, constructed by the given factory.protected <E extends XSPFElement>
XSPFCollection<E>XSPFElement. getCollection(String name, XSPFElement.XSPFCollectionFactory<E> factory)Returns the collection (clone) mapped to this element's child of given name, constructed by the given factory.Methods in cz.martlin.xspf.playlist.base with parameters of type XSPFCollection Modifier and Type Method Description protected <E extends XSPFElement,C extends XSPFCollection<E>>
voidXSPFElement. setCollection(XSPFCollection<E> collection)Sets the collection (clone) mapped to this element.protected <E extends XSPFElement,C extends XSPFCollection<E>>
voidXSPFElement. setCollection(String name, XSPFCollection<E> collection)Sets the collection (clone) mapped to this element's child of given name. -
Uses of XSPFCollection in cz.martlin.xspf.playlist.collections
Subclasses of XSPFCollection in cz.martlin.xspf.playlist.collections Modifier and Type Class Description classXSPFExtensionsAn collection of theXSPFExtension.classXSPFLinksAn collection of theXSPFLinks.classXSPFMetasAn collection fo theXSPFMetas.classXSPFTracksAn collection of theXSPFTracks.
-