Class XSPFAttribution.XSPFAttributionItem
- java.lang.Object
-
- cz.martlin.xspf.playlist.elements.XSPFAttribution.XSPFAttributionItem
-
- Enclosing class:
- XSPFAttribution
public static class XSPFAttribution.XSPFAttributionItem extends Object
The attribution item is just an element name with such element's content.- Author:
- martin
-
-
Constructor Summary
Constructors Constructor Description XSPFAttributionItem(String element, String value)Creates the attribution item for the element of given name and contents.
-