|
||||||||||
| 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.itextpdf.text.xml.xmp.XmpSchema
@Deprecated public abstract class XmpSchema
Abstract superclass of the XmpSchemas supported by iText.
| Field Summary | |
|---|---|
protected String |
xmlns
Deprecated. the namesspace |
| Fields inherited from class java.util.Properties |
|---|
defaults |
| Constructor Summary | |
|---|---|
XmpSchema(String xmlns)
Deprecated. Constructs an XMP schema. |
|
| Method Summary | |
|---|---|
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,
String value)
Deprecated. |
Object |
setProperty(String key,
XmpArray value)
Deprecated. |
String |
toString()
Deprecated. The String representation of the contents. |
| 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 |
|---|
protected String xmlns
| Constructor Detail |
|---|
public XmpSchema(String xmlns)
xmlns - | Method Detail |
|---|
public String toString()
toString in class Hashtable<Object,Object>
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 PropertiesProperties.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)public static String escape(String content)
content -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||