Class XmpConstants


  • public final class XmpConstants
    extends java.lang.Object
    Several constants used in XMP.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ABOUT_NAME
      The about attribute name.
      static java.lang.String DEFAULT_RDF_LOCAL_NAME
      The default local name for RDF.
      static java.lang.String DEFAULT_RDF_PREFIX
      The default namespace prefix for RDF.
      static java.lang.String DEFAULT_XPACKET_BEGIN
      The default xpacket header begin attribute.
      static java.lang.String DEFAULT_XPACKET_BYTES
      The default xpacket data (XMP Data).
      static java.lang.String DEFAULT_XPACKET_ENCODING
      The default xpacket header encoding attribute.
      static java.lang.String DEFAULT_XPACKET_END
      The default xpacket trailer end attribute.
      static java.lang.String DEFAULT_XPACKET_ID
      The default xpacket header id attribute.
      static java.lang.String DESCRIPTION_NAME
      The Description element name.
      static java.lang.String LANG_NAME
      The language attribute name.
      static java.lang.String LIST_NAME
      The list element name.
      static java.lang.String PARSE_TYPE
      The parse type attribute name.
      static java.lang.String RDF_NAMESPACE
      The RDF namespace URI reference.
      static java.lang.String RESOURCE_NAME
      The resource attribute name.
      static java.lang.String X_DEFAULT
      The default language code.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private XmpConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RDF_NAMESPACE

        public static final java.lang.String RDF_NAMESPACE
        The RDF namespace URI reference.
        See Also:
        Constant Field Values
      • DEFAULT_XPACKET_BEGIN

        public static final java.lang.String DEFAULT_XPACKET_BEGIN
        The default xpacket header begin attribute.
        See Also:
        Constant Field Values
      • DEFAULT_XPACKET_ID

        public static final java.lang.String DEFAULT_XPACKET_ID
        The default xpacket header id attribute.
        See Also:
        Constant Field Values
      • DEFAULT_XPACKET_ENCODING

        public static final java.lang.String DEFAULT_XPACKET_ENCODING
        The default xpacket header encoding attribute.
        See Also:
        Constant Field Values
      • DEFAULT_XPACKET_BYTES

        public static final java.lang.String DEFAULT_XPACKET_BYTES
        The default xpacket data (XMP Data).
      • DEFAULT_XPACKET_END

        public static final java.lang.String DEFAULT_XPACKET_END
        The default xpacket trailer end attribute.
        See Also:
        Constant Field Values
      • DEFAULT_RDF_PREFIX

        public static final java.lang.String DEFAULT_RDF_PREFIX
        The default namespace prefix for RDF.
        See Also:
        Constant Field Values
      • DEFAULT_RDF_LOCAL_NAME

        public static final java.lang.String DEFAULT_RDF_LOCAL_NAME
        The default local name for RDF.
        See Also:
        Constant Field Values
      • LIST_NAME

        public static final java.lang.String LIST_NAME
        The list element name.
        See Also:
        Constant Field Values
      • LANG_NAME

        public static final java.lang.String LANG_NAME
        The language attribute name.
        See Also:
        Constant Field Values
      • ABOUT_NAME

        public static final java.lang.String ABOUT_NAME
        The about attribute name.
        See Also:
        Constant Field Values
      • DESCRIPTION_NAME

        public static final java.lang.String DESCRIPTION_NAME
        The Description element name.
        See Also:
        Constant Field Values
      • RESOURCE_NAME

        public static final java.lang.String RESOURCE_NAME
        The resource attribute name.
        See Also:
        Constant Field Values
      • PARSE_TYPE

        public static final java.lang.String PARSE_TYPE
        The parse type attribute name.
        See Also:
        Constant Field Values
      • X_DEFAULT

        public static final java.lang.String X_DEFAULT
        The default language code.
        See Also:
        Constant Field Values
    • Constructor Detail

      • XmpConstants

        private XmpConstants()