public class DublinCoreSchema extends XmpSchema
Modifier and Type | Field and Description |
---|---|
static String |
CONTRIBUTOR
External Contributors to the resource (other than the authors).
|
static String |
COVERAGE
The extent or scope of the resource.
|
static String |
CREATOR
The authors of the resource (listed in order of precedence, if significant).
|
static String |
DATE
Date(s) that something interesting happened to the resource.
|
static String |
DEFAULT_XPATH_ID
default namespace identifier
|
static String |
DEFAULT_XPATH_URI
default namespace uri
|
static String |
DESCRIPTION
A textual description of the content of the resource.
|
static String |
FORMAT
The file format used when saving the resource.
|
static String |
IDENTIFIER
Unique identifier of the resource.
|
static String |
LANGUAGE
An unordered array specifying the languages used in the resource.
|
static String |
PUBLISHER
Publishers.
|
static String |
RELATION
Relationships to other documents.
|
static String |
RIGHTS
Informal rights statement, selected by language.
|
static String |
SOURCE
Unique identifier of the work from which this resource was derived.
|
static String |
SUBJECT
An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.
|
static String |
TITLE
The title of the document, or the name given to the resource.
|
static String |
TYPE
A document type; for example, novel, poem, or working paper.
|
defaults
Constructor and Description |
---|
DublinCoreSchema() |
Modifier and Type | Method and Description |
---|---|
void |
addAuthor(String author)
Adds a single author.
|
void |
addAuthor(String[] author)
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 |
addTitle(String title)
Adds a title.
|
addProperty, escape, getXmlns, process, setProperty, setProperty, setProperty, toString
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNames
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, values
public static final String DEFAULT_XPATH_ID
public static final String DEFAULT_XPATH_URI
public static final String CONTRIBUTOR
public static final String COVERAGE
public static final String CREATOR
public static final String DATE
public static final String DESCRIPTION
public static final String FORMAT
public static final String IDENTIFIER
public static final String LANGUAGE
public static final String PUBLISHER
public static final String RELATION
public static final String RIGHTS
public static final String SOURCE
public static final String SUBJECT
public static final String TITLE
public static final String TYPE
public void addTitle(String title)
title
- public void addDescription(String desc)
desc
- public void addSubject(String subject)
subject
- public void addSubject(String[] subject)
subject
- array of subjectspublic void addAuthor(String author)
author
- public void addAuthor(String[] author)
author
- public void addPublisher(String publisher)
publisher
- public void addPublisher(String[] publisher)
publisher
- Copyright © 2018. All rights reserved.