com.lowagie.text.xml.xmp

Class DublinCoreSchema

public class DublinCoreSchema extends XmpSchema

An implementation of an XmpSchema.
Field Summary
static StringCONTRIBUTOR
External Contributors to the resource (other than the authors).
static StringCOVERAGE
The extent or scope of the resource.
static StringCREATOR
The authors of the resource (listed in order of precedence, if significant).
static StringDATE
Date(s) that something interesting happened to the resource.
static StringDEFAULT_XPATH_ID
default namespace identifier
static StringDEFAULT_XPATH_URI
default namespace uri
static StringDESCRIPTION
A textual description of the content of the resource.
static StringFORMAT
The file format used when saving the resource.
static StringIDENTIFIER
Unique identifier of the resource.
static StringLANGUAGE
An unordered array specifying the languages used in the resource.
static StringPUBLISHER
Publishers.
static StringRELATION
Relationships to other documents.
static StringRIGHTS
Informal rights statement, selected by language.
static longserialVersionUID
static StringSOURCE
Unique identifier of the work from which this resource was derived.
static StringSUBJECT
An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.
static StringTITLE
The title of the document, or the name given to the resource.
static StringTYPE
A document type; for example, novel, poem, or working paper.
Constructor Summary
DublinCoreSchema()
Method Summary
voidaddAuthor(String author)
Adds a single author.
voidaddAuthor(String[] author)
Adds an array of authors.
voidaddDescription(String desc)
Adds a description.
voidaddPublisher(String publisher)
Adds a single publisher.
voidaddPublisher(String[] publisher)
Adds an array of publishers.
voidaddSubject(String subject)
Adds a subject.
voidaddSubject(String[] subject)
Adds a subject.
voidaddTitle(String title)
Adds a title.

Field Detail

CONTRIBUTOR

public static final String CONTRIBUTOR
External Contributors to the resource (other than the authors).

COVERAGE

public static final String COVERAGE
The extent or scope of the resource.

CREATOR

public static final String CREATOR
The authors of the resource (listed in order of precedence, if significant).

DATE

public static final String DATE
Date(s) that something interesting happened to the resource.

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

DESCRIPTION

public static final String DESCRIPTION
A textual description of the content of the resource. Multiple values may be present for different languages.

FORMAT

public static final String FORMAT
The file format used when saving the resource. Tools and applications should set this property to the save format of the data. It may include appropriate qualifiers.

IDENTIFIER

public static final String IDENTIFIER
Unique identifier of the resource.

LANGUAGE

public static final String LANGUAGE
An unordered array specifying the languages used in the resource.

PUBLISHER

public static final String PUBLISHER
Publishers.

RELATION

public static final String RELATION
Relationships to other documents.

RIGHTS

public static final String RIGHTS
Informal rights statement, selected by language.

serialVersionUID

private static final long serialVersionUID

SOURCE

public static final String SOURCE
Unique identifier of the work from which this resource was derived.

SUBJECT

public static final String SUBJECT
An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.

TITLE

public static final String TITLE
The title of the document, or the name given to the resource. Typically, it will be a name by which the resource is formally known.

TYPE

public static final String TYPE
A document type; for example, novel, poem, or working paper.

Constructor Detail

DublinCoreSchema

public DublinCoreSchema()

Method Detail

addAuthor

public void addAuthor(String author)
Adds a single author.

Parameters: author

addAuthor

public void addAuthor(String[] author)
Adds an array of authors.

Parameters: author

addDescription

public void addDescription(String desc)
Adds a description.

Parameters: desc

addPublisher

public void addPublisher(String publisher)
Adds a single publisher.

Parameters: publisher

addPublisher

public void addPublisher(String[] publisher)
Adds an array of publishers.

Parameters: publisher

addSubject

public void addSubject(String subject)
Adds a subject.

Parameters: subject

addSubject

public void addSubject(String[] subject)
Adds a subject.

Parameters: subject array of subjects

addTitle

public void addTitle(String title)
Adds a title.

Parameters: title