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