Serializable
, Cloneable
, Map<Object,Object>
DublinCoreSchema
, PdfSchema
, XmpBasicSchema
, XmpMMSchema
@Deprecated public abstract class XmpSchema extends Properties
Modifier and Type | Field | Description |
---|---|---|
protected String |
xmlns |
Deprecated.
the namesspace
|
defaults
Constructor | Description |
---|---|
XmpSchema(String xmlns) |
Deprecated.
Constructs an XMP schema.
|
Modifier and Type | Method | Description |
---|---|---|
Object |
addProperty(String key,
String value) |
Deprecated.
|
static String |
escape(String content) |
Deprecated.
use XMLUtil.escapeXml(String s, boolean onlyASCII) instead.
|
String |
getXmlns() |
Deprecated.
|
protected void |
process(StringBuffer buf,
Object p) |
Deprecated.
Processes a property
|
Object |
setProperty(String key,
LangAlt value) |
Deprecated.
|
Object |
setProperty(String key,
XmpArray value) |
Deprecated.
|
Object |
setProperty(String key,
String value) |
Deprecated.
|
String |
toString() |
Deprecated.
The String representation of the contents.
|
entry, of, of, of, of, of, of, of, of, of, of, of, ofEntries
finalize, getClass, notify, notifyAll, wait, wait, wait
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, stringPropertyNames, values
protected String xmlns
public XmpSchema(String xmlns)
xmlns
- public String toString()
toString
in class Properties
protected void process(StringBuffer buf, Object p)
buf
- p
- public String getXmlns()
public Object addProperty(String key, String value)
key
- value
- public Object setProperty(String key, String value)
setProperty
in class Properties
Properties.setProperty(java.lang.String, java.lang.String)
public Object setProperty(String key, XmpArray value)
key
- value
- Properties.setProperty(java.lang.String, java.lang.String)
public Object setProperty(String key, LangAlt value)
key
- value
- Properties.setProperty(java.lang.String, java.lang.String)
Copyright © 2018. All rights reserved.