|
![]() |
||||||||
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.XmpMMSchema
public class XmpMMSchema
An implementation of an XmpSchema.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_XPATH_ID
default namespace identifier |
static java.lang.String |
DEFAULT_XPATH_URI
default namespace uri |
static java.lang.String |
DERIVEDFROM
A reference to the original document from which this one is derived. |
static java.lang.String |
DOCUMENTID
The common identifier for all versions and renditions of a document. |
static java.lang.String |
HISTORY
An ordered array of high-level user actions that resulted in this resource. |
static java.lang.String |
MANAGEDFROM
A reference to the document as it was prior to becoming managed. |
static java.lang.String |
MANAGER
The name of the asset management system that manages this resource. |
static java.lang.String |
MANAGERVARIANT
Specifies a particular variant of the asset management system. |
static java.lang.String |
MANAGETO
A URI identifying the managed resource to the asset management system; the presence of this property is the formal indication that this resource is managed. |
static java.lang.String |
MANAGEUI
A URI that can be used to access information about the managed resource through a web browser. |
static java.lang.String |
RENDITIONCLASS
The rendition class name for this resource. |
static java.lang.String |
RENDITIONPARAMS
Can be used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM: RenditionClass. |
private static long |
serialVersionUID
|
static java.lang.String |
VERSIONID
The document version identifier for this resource. |
static java.lang.String |
VERSIONS
The version history associated with this resource. |
Fields inherited from class com.lowagie.text.xml.xmp.XmpSchema |
---|
xmlns |
Fields inherited from class java.util.Properties |
---|
defaults |
Constructor Summary | |
---|---|
XmpMMSchema()
|
Method Summary |
---|
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 java.lang.String DEFAULT_XPATH_ID
public static final java.lang.String DEFAULT_XPATH_URI
public static final java.lang.String DERIVEDFROM
public static final java.lang.String DOCUMENTID
public static final java.lang.String HISTORY
public static final java.lang.String MANAGEDFROM
public static final java.lang.String MANAGER
public static final java.lang.String MANAGETO
public static final java.lang.String MANAGEUI
public static final java.lang.String MANAGERVARIANT
public static final java.lang.String RENDITIONCLASS
public static final java.lang.String RENDITIONPARAMS
public static final java.lang.String VERSIONID
public static final java.lang.String VERSIONS
Constructor Detail |
---|
public XmpMMSchema()
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |