Class XmpProperty

java.lang.Object
org.apache.tika.parser.xmp.XmpProperty

public final class XmpProperty extends Object
One flattened XMP leaf: namespace URI, xmpcore-style path (prefix:name with [i] indices), value, xml:lang.
  • Field Details

    • namespaceURI

      public final String namespaceURI
    • path

      public final String path
    • value

      public final String value
    • lang

      public final String lang
  • Constructor Details

  • Method Details

    • localName

      public String localName()
      Local name of the leaf, e.g. dc:creator[1] -> creator.
    • toString

      public String toString()
      Overrides:
      toString in class Object