com.lowagie.text.xml.xmp

Class XmpBasicSchema

public class XmpBasicSchema extends XmpSchema

An implementation of an XmpSchema.
Field Summary
static StringADVISORY
An unordered array specifying properties that were edited outside the authoring application.
static StringBASEURL
The base URL for relative URLs in the document content.
static StringCREATEDATE
The date and time the resource was originally created.
static StringCREATORTOOL
The name of the first known tool used to create the resource.
static StringDEFAULT_XPATH_ID
default namespace identifier
static StringDEFAULT_XPATH_URI
default namespace uri
static StringIDENTIFIER
An unordered array of text strings that unambiguously identify the resource within a given context.
static StringMETADATADATE
The date and time that any metadata for this resource was last changed.
static StringMODIFYDATE
The date and time the resource was last modified.
static StringNICKNAME
A short informal name for the resource.
static longserialVersionUID
static StringTHUMBNAILS
An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.
Constructor Summary
XmpBasicSchema()
Method Summary
voidaddCreateDate(String date)
Adds the creation date.
voidaddCreatorTool(String creator)
Adds the creatortool.
voidaddIdentifiers(String[] id)
Adds the identifier.
voidaddMetaDataDate(String date)
Adds the meta data date.
voidaddModDate(String date)
Adds the modification date.
voidaddNickname(String name)
Adds the nickname.

Field Detail

ADVISORY

public static final String ADVISORY
An unordered array specifying properties that were edited outside the authoring application. Each item should contain a single namespace and XPath separated by one ASCII space (U+0020).

BASEURL

public static final String BASEURL
The base URL for relative URLs in the document content. If this document contains Internet links, and those links are relative, they are relative to this base URL. This property provides a standard way for embedded relative URLs to be interpreted by tools. Web authoring tools should set the value based on their notion of where URLs will be interpreted.

CREATEDATE

public static final String CREATEDATE
The date and time the resource was originally created.

CREATORTOOL

public static final String CREATORTOOL
The name of the first known tool used to create the resource. If history is present in the metadata, this value should be equivalent to that of xmpMM:Historys softwareAgent property.

DEFAULT_XPATH_ID

public static final String DEFAULT_XPATH_ID
default namespace identifier

DEFAULT_XPATH_URI

public static final String DEFAULT_XPATH_URI
default namespace uri

IDENTIFIER

public static final String IDENTIFIER
An unordered array of text strings that unambiguously identify the resource within a given context.

METADATADATE

public static final String METADATADATE
The date and time that any metadata for this resource was last changed.

MODIFYDATE

public static final String MODIFYDATE
The date and time the resource was last modified.

NICKNAME

public static final String NICKNAME
A short informal name for the resource.

serialVersionUID

private static final long serialVersionUID

THUMBNAILS

public static final String THUMBNAILS
An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.

Constructor Detail

XmpBasicSchema

public XmpBasicSchema()

Method Detail

addCreateDate

public void addCreateDate(String date)
Adds the creation date.

Parameters: date

addCreatorTool

public void addCreatorTool(String creator)
Adds the creatortool.

Parameters: creator

addIdentifiers

public void addIdentifiers(String[] id)
Adds the identifier.

Parameters: id

addMetaDataDate

public void addMetaDataDate(String date)
Adds the meta data date.

Parameters: date

addModDate

public void addModDate(String date)
Adds the modification date.

Parameters: date

addNickname

public void addNickname(String name)
Adds the nickname.

Parameters: name