Package com.aowagie.text.xml.xmp
Class XmpSchema
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>
Abstract superclass of the XmpSchemas supported by iText.
- See Also:
-
Field Summary
Fields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
XmpSchema
Constructs an XMP schema.- Parameters:
xmlns-
-
-
Method Details
-
toString
The String representation of the contents.- Overrides:
toStringin classProperties- Returns:
- a String representation.
-
getXmlns
- Returns:
- Returns the xmlns.
-
setProperty
- Overrides:
setPropertyin classProperties- See Also:
-
setProperty
- Parameters:
key-value-- Returns:
- the previous property (null if there wasn't one)
- See Also:
-