Package org.apache.xmpbox
Class XmpConstants
java.lang.Object
org.apache.xmpbox.XmpConstants
Several constants used in XMP.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The about attribute name.static final String
The default local name for RDF.static final String
The default namespace prefix for RDF.static final String
The default xpacket header begin attribute.static final String
The default xpacket data (XMP Data).static final String
The default xpacket header encoding attribute.static final String
The default xpacket trailer end attribute.static final String
The default xpacket header id attribute.static final String
The Description element name.static final String
The language attribute name.static final String
The list element name.static final String
The parse type attribute name.static final String
The RDF namespace URI reference.static final String
The resource attribute name.static final String
The default language code. -
Method Summary
-
Field Details
-
RDF_NAMESPACE
The RDF namespace URI reference.- See Also:
-
DEFAULT_XPACKET_BEGIN
The default xpacket header begin attribute.- See Also:
-
DEFAULT_XPACKET_ID
The default xpacket header id attribute.- See Also:
-
DEFAULT_XPACKET_ENCODING
The default xpacket header encoding attribute.- See Also:
-
DEFAULT_XPACKET_BYTES
The default xpacket data (XMP Data). -
DEFAULT_XPACKET_END
The default xpacket trailer end attribute.- See Also:
-
DEFAULT_RDF_PREFIX
The default namespace prefix for RDF.- See Also:
-
DEFAULT_RDF_LOCAL_NAME
The default local name for RDF.- See Also:
-
LIST_NAME
The list element name.- See Also:
-
LANG_NAME
The language attribute name.- See Also:
-
ABOUT_NAME
The about attribute name.- See Also:
-
DESCRIPTION_NAME
The Description element name.- See Also:
-
RESOURCE_NAME
The resource attribute name.- See Also:
-
PARSE_TYPE
The parse type attribute name.- See Also:
-
X_DEFAULT
The default language code.- See Also:
-