|
![]() |
||||||||
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<Object,Object>
java.util.Properties
com.lowagie.text.xml.xmp.XmpSchema
com.lowagie.text.xml.xmp.XmpBasicSchema
public class XmpBasicSchema
An implementation of an XmpSchema.
Field Summary | |
---|---|
static String |
ADVISORY
An unordered array specifying properties that were edited outside the authoring application. |
static String |
BASEURL
The base URL for relative URLs in the document content. |
static String |
CREATEDATE
The date and time the resource was originally created. |
static String |
CREATORTOOL
The name of the first known tool used to create the resource. |
static String |
DEFAULT_XPATH_ID
default namespace identifier |
static String |
DEFAULT_XPATH_URI
default namespace uri |
static String |
IDENTIFIER
An unordered array of text strings that unambiguously identify the resource within a given context. |
static String |
METADATADATE
The date and time that any metadata for this resource was last changed. |
static String |
MODIFYDATE
The date and time the resource was last modified. |
static String |
NICKNAME
A short informal name for the resource. |
private static long |
serialVersionUID
|
static String |
THUMBNAILS
An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding. |
Fields inherited from class com.lowagie.text.xml.xmp.XmpSchema |
---|
xmlns |
Fields inherited from class java.util.Properties |
---|
defaults |
Constructor Summary | |
---|---|
XmpBasicSchema()
|
Method Summary | |
---|---|
void |
addCreateDate(String date)
Adds the creation date. |
void |
addCreatorTool(String creator)
Adds the creatortool. |
void |
addIdentifiers(String[] id)
Adds the identifier. |
void |
addMetaDataDate(String date)
Adds the meta data date. |
void |
addModDate(String date)
Adds the modification date. |
void |
addNickname(String name)
Adds the nickname. |
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, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNames |
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 String DEFAULT_XPATH_ID
public static final String DEFAULT_XPATH_URI
public static final String ADVISORY
public static final String BASEURL
public static final String CREATEDATE
public static final String CREATORTOOL
public static final String IDENTIFIER
public static final String METADATADATE
public static final String MODIFYDATE
public static final String NICKNAME
public static final String THUMBNAILS
Constructor Detail |
---|
public XmpBasicSchema()
Method Detail |
---|
public void addCreatorTool(String creator)
creator
- public void addCreateDate(String date)
date
- public void addModDate(String date)
date
- public void addMetaDataDate(String date)
date
- public void addIdentifiers(String[] id)
id
- public void addNickname(String name)
name
-
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |