com.lowagie.text.xml.xmp
public abstract class XmpSchema extends Properties
Field Summary | |
---|---|
protected String | xmlns the namesspace |
Constructor Summary | |
---|---|
XmpSchema(String xmlns) Constructs an XMP schema. |
Method Summary | |
---|---|
Object | addProperty(String key, String value) |
static String | escape(String content) |
String | getXmlns() |
protected void | process(StringBuffer buf, Object p)
Processes a property |
Object | setProperty(String key, String value) |
Object | setProperty(String key, XmpArray value) |
Object | setProperty(String key, LangAlt value) |
String | toString()
The String representation of the contents. |
Parameters: xmlns
Parameters: key value
Returns: the previous property (null if there wasn't one)
Parameters: content
Returns: an escaped string
Returns: Returns the xmlns.
Parameters: buf p
See Also: java.util.Properties#setProperty(java.lang.String, java.lang.String)
Parameters: key value
Returns: the previous property (null if there wasn't one)
See Also: java.util.Properties#setProperty(java.lang.String, java.lang.String)
Parameters: key value
Returns: the previous property (null if there wasn't one)
See Also: java.util.Properties#setProperty(java.lang.String, java.lang.String)
Returns: a String representation.