Package com.lowagie.text.xml.xmp
Class DublinCoreSchema
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
com.lowagie.text.xml.xmp.XmpSchema
com.lowagie.text.xml.xmp.DublinCoreSchema
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
An implementation of an XmpSchema.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
External Contributors to the resource (other than the authors).static final String
The extent or scope of the resource.static final String
The authors of the resource (listed in order of precedence, if significant).static final String
Date(s) that something interesting happened to the resource.static final String
default namespace identifierstatic final String
default namespace uristatic final String
A textual description of the content of the resource.static final String
The file format used when saving the resource.static final String
Unique identifier of the resource.static final String
An unordered array specifying the languages used in the resource.static final String
Publishers.static final String
Relationships to other documents.static final String
Informal rights statement, selected by language.private static final long
static final String
Unique identifier of the work from which this resource was derived.static final String
An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.static final String
The title of the document, or the name given to the resource.static final String
A document type; for example, novel, poem, or working paper.Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a single author.void
Adds an array of authors.void
addDescription
(String desc) Adds a description.void
addPublisher
(String publisher) Adds a single publisher.void
addPublisher
(String[] publisher) Adds an array of publishers.void
addSubject
(String subject) Adds a subject.void
addSubject
(String[] subject) Adds a subject.void
Adds a title.Methods inherited from class com.lowagie.text.xml.xmp.XmpSchema
addProperty, escape, getXmlns, process, setProperty, setProperty, setProperty, toString
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, values
-
Field Details
-
DEFAULT_XPATH_ID
default namespace identifier- See Also:
-
DEFAULT_XPATH_URI
default namespace uri- See Also:
-
CONTRIBUTOR
External Contributors to the resource (other than the authors).- See Also:
-
COVERAGE
The extent or scope of the resource.- See Also:
-
CREATOR
The authors of the resource (listed in order of precedence, if significant).- See Also:
-
DATE
Date(s) that something interesting happened to the resource.- See Also:
-
DESCRIPTION
A textual description of the content of the resource. Multiple values may be present for different languages.- See Also:
-
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.- See Also:
-
IDENTIFIER
Unique identifier of the resource.- See Also:
-
LANGUAGE
An unordered array specifying the languages used in the resource.- See Also:
-
PUBLISHER
Publishers.- See Also:
-
RELATION
Relationships to other documents.- See Also:
-
RIGHTS
Informal rights statement, selected by language.- See Also:
-
SOURCE
Unique identifier of the work from which this resource was derived.- See Also:
-
SUBJECT
An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.- See Also:
-
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.- See Also:
-
TYPE
A document type; for example, novel, poem, or working paper.- See Also:
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DublinCoreSchema
public DublinCoreSchema()
-
-
Method Details
-
addTitle
Adds a title.- Parameters:
title
- title
-
addDescription
Adds a description.- Parameters:
desc
- description
-
addSubject
Adds a subject.- Parameters:
subject
- subject
-
addSubject
Adds a subject.- Parameters:
subject
- array of subjects
-
addAuthor
Adds a single author.- Parameters:
author
- author name
-
addAuthor
Adds an array of authors.- Parameters:
author
- author names arrays
-
addPublisher
Adds a single publisher.- Parameters:
publisher
- publisher name
-
addPublisher
Adds an array of publishers.- Parameters:
publisher
- publishers array
-