Class 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
    • Field Detail

      • element

        public final String element
        Th element name.
      • value

        public final String value
        The element value.
    • Constructor Detail

      • XSPFAttributionItem

        public XSPFAttributionItem​(String element,
                                   String value)
        Creates the attribution item for the element of given name and contents.
        Parameters:
        element -
        value -