|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
com.lowagie.text.xml.xmp.XmpSchema
com.lowagie.text.xml.xmp.DublinCoreSchema
public class DublinCoreSchema
An implementation of an XmpSchema.
Field Summary | |
---|---|
static java.lang.String |
CONTRIBUTOR
External Contributors to the resource (other than the authors). |
static java.lang.String |
COVERAGE
The extent or scope of the resource. |
static java.lang.String |
CREATOR
The authors of the resource (listed in order of precedence, if significant). |
static java.lang.String |
DATE
Date(s) that something interesting happened to the resource. |
static java.lang.String |
DEFAULT_XPATH_ID
default namespace identifier |
static java.lang.String |
DEFAULT_XPATH_URI
default namespace uri |
static java.lang.String |
DESCRIPTION
A textual description of the content of the resource. |
static java.lang.String |
FORMAT
The file format used when saving the resource. |
static java.lang.String |
IDENTIFIER
Unique identifier of the resource. |
static java.lang.String |
LANGUAGE
An unordered array specifying the languages used in the resource. |
static java.lang.String |
PUBLISHER
Publishers. |
static java.lang.String |
RELATION
Relationships to other documents. |
static java.lang.String |
RIGHTS
Informal rights statement, selected by language. |
private static long |
serialVersionUID
|
static java.lang.String |
SOURCE
Unique identifier of the work from which this resource was derived. |
static java.lang.String |
SUBJECT
An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource. |
static java.lang.String |
TITLE
The title of the document, or the name given to the resource. |
static java.lang.String |
TYPE
A document type; for example, novel, poem, or working paper. |
Fields inherited from class com.lowagie.text.xml.xmp.XmpSchema |
---|
xmlns |
Fields inherited from class java.util.Properties |
---|
defaults |
Constructor Summary | |
---|---|
DublinCoreSchema()
|
Method Summary | |
---|---|
void |
addAuthor(java.lang.String author)
Adds a single author. |
void |
addAuthor(java.lang.String[] author)
Adds an array of authors. |
void |
addDescription(java.lang.String desc)
Adds a description. |
void |
addPublisher(java.lang.String publisher)
Adds a single publisher. |
void |
addPublisher(java.lang.String[] publisher)
Adds an array of publishers. |
void |
addSubject(java.lang.String subject)
Adds a subject. |
void |
addSubject(java.lang.String[] subject)
Adds a subject. |
void |
addTitle(java.lang.String title)
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 |
---|
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, store, storeToXML, storeToXML |
Methods inherited from class java.util.Hashtable |
---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
public static final java.lang.String DEFAULT_XPATH_ID
public static final java.lang.String DEFAULT_XPATH_URI
public static final java.lang.String CONTRIBUTOR
public static final java.lang.String COVERAGE
public static final java.lang.String CREATOR
public static final java.lang.String DATE
public static final java.lang.String DESCRIPTION
public static final java.lang.String FORMAT
public static final java.lang.String IDENTIFIER
public static final java.lang.String LANGUAGE
public static final java.lang.String PUBLISHER
public static final java.lang.String RELATION
public static final java.lang.String RIGHTS
public static final java.lang.String SOURCE
public static final java.lang.String SUBJECT
public static final java.lang.String TITLE
public static final java.lang.String TYPE
Constructor Detail |
---|
public DublinCoreSchema()
Method Detail |
---|
public void addTitle(java.lang.String title)
title
- public void addDescription(java.lang.String desc)
desc
- public void addSubject(java.lang.String subject)
subject
- public void addSubject(java.lang.String[] subject)
subject
- array of subjectspublic void addAuthor(java.lang.String author)
author
- public void addAuthor(java.lang.String[] author)
author
- public void addPublisher(java.lang.String publisher)
publisher
- public void addPublisher(java.lang.String[] publisher)
publisher
-
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |