Package com.lowagie.text.xml.xmp
Class XmpSchema
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
- Direct Known Subclasses:
DublinCoreSchema
,PdfA1Schema
,PdfSchema
,XmpBasicSchema
,XmpMMSchema
Abstract superclass of the XmpSchemas supported by iText.
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProperty
(String key, String value) static String
getXmlns()
protected void
process
(StringBuffer buf, Object p) Processes a propertysetProperty
(String key, LangAlt value) setProperty
(String key, XmpArray value) setProperty
(String key, String value) toString()
The String representation of the contents.Methods inherited from class java.util.Properties
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, storeToXML, stringPropertyNames, values
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
xmlns
the namesspace
-
-
Constructor Details
-
XmpSchema
Constructs an XMP schema.- Parameters:
xmlns
- xml namespace name
-
-
Method Details
-
escape
- Parameters:
content
- content- Returns:
- an escaped string
-
toString
The String representation of the contents.- Overrides:
toString
in classProperties
- Returns:
- a String representation.
-
process
Processes a property- Parameters:
buf
- bufferp
- object
-
getXmlns
- Returns:
- Returns the xmlns.
-
addProperty
- Parameters:
key
- property keyvalue
- value- Returns:
- the previous property (null if there wasn't one)
-
setProperty
- Overrides:
setProperty
in classProperties
- See Also:
-
setProperty
- Parameters:
key
- used as keyvalue
- toString called on this value- Returns:
- the previous property (null if there wasn't one)
- See Also:
-
setProperty
- Parameters:
key
- used as keyvalue
- toString called on this value- Returns:
- the previous property (null if there wasn't one)
- See Also:
-