Package com.itextpdf.text.xml.xmp
Class XmpSchema
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
- Direct Known Subclasses:
DublinCoreSchema
,PdfASchema
,PdfSchema
,XmpBasicSchema
,XmpMMSchema
Deprecated.
Abstract superclass of the XmpSchemas supported by iText.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Deprecated.protected String
Deprecated.the namesspaceFields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProperty
(String key, String value) Deprecated.static String
Deprecated.use XMLUtil.escapeXml(String s, boolean onlyASCII) instead.getXmlns()
Deprecated.protected void
process
(StringBuffer buf, Object p) Deprecated.Processes a propertysetProperty
(String key, LangAlt value) Deprecated.setProperty
(String key, XmpArray value) Deprecated.setProperty
(String key, String value) Deprecated.toString()
Deprecated.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 serialVersionUIDDeprecated.- See Also:
-
xmlns
Deprecated.the namesspace
-
-
Constructor Details
-
XmpSchema
Deprecated.Constructs an XMP schema.- Parameters:
xmlns
-
-
-
Method Details
-
toString
Deprecated.The String representation of the contents.- Overrides:
toString
in classProperties
- Returns:
- a String representation.
-
process
Deprecated.Processes a property- Parameters:
buf
-p
-
-
getXmlns
Deprecated.- Returns:
- Returns the xmlns.
-
addProperty
Deprecated.- Parameters:
key
-value
-- Returns:
- the previous property (null if there wasn't one)
-
setProperty
Deprecated.- Overrides:
setProperty
in classProperties
- See Also:
-
setProperty
Deprecated.- Parameters:
key
-value
-- Returns:
- the previous property (null if there wasn't one)
- See Also:
-
setProperty
Deprecated.- Parameters:
key
-value
-- Returns:
- the previous property (null if there wasn't one)
- See Also:
-
escape
Deprecated.use XMLUtil.escapeXml(String s, boolean onlyASCII) instead.- Parameters:
content
-- Returns:
- an escaped string
-