Package com.aowagie.text.xml.xmp
Class DublinCoreSchema
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
com.aowagie.text.xml.xmp.XmpSchema
com.aowagie.text.xml.xmp.DublinCoreSchema
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
An implementation of an XmpSchema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
The authors of the resource (listed in order of precedence, if significant).private static final String
default namespace identifierprivate static final String
default namespace uriprivate static final String
A textual description of the content of the resource.private static final String
The file format used when saving the resource.private static final long
private static final String
An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.private static final String
The title of the document, or the name given to the resource.Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
Adds a single author.void
addDescription
(String desc) Adds a description.(package private) void
addSubject
(String subject) Adds a subject.void
Adds a title.Methods inherited from class com.aowagie.text.xml.xmp.XmpSchema
escape, getXmlns, 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
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
DEFAULT_XPATH_ID
default namespace identifier- See Also:
-
DEFAULT_XPATH_URI
default namespace uri- See Also:
-
CREATOR
The authors of the resource (listed in order of precedence, if significant).- 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:
-
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:
-
-
Constructor Details
-
DublinCoreSchema
public DublinCoreSchema()
-
-
Method Details
-
addTitle
Adds a title.- Parameters:
title
-
-
addDescription
Adds a description.- Parameters:
desc
-
-
addSubject
Adds a subject.- Parameters:
subject
-
-
addAuthor
Adds a single author.- Parameters:
author
-
-