Package com.aowagie.text.xml.xmp
Class PdfSchema
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
com.aowagie.text.xml.xmp.XmpSchema
com.aowagie.text.xml.xmp.PdfSchema
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
An implementation of an XmpSchema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
default namespace identifierprivate static final String
default namespace uriprivate static final String
Keywords.private static final String
The Producer.private static final long
Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addKeywords
(String keywords) Adds keywords.void
addProducer
(String producer) Adds the producer.Methods inherited from class com.aowagie.text.xml.xmp.XmpSchema
escape, getXmlns, setProperty, setProperty, toString
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:
-
DEFAULT_XPATH_ID
default namespace identifier- See Also:
-
DEFAULT_XPATH_URI
default namespace uri- See Also:
-
KEYWORDS
Keywords.- See Also:
-
PRODUCER
The Producer.- See Also:
-
-
Constructor Details
-
PdfSchema
public PdfSchema()
-
-
Method Details
-
addKeywords
Adds keywords.- Parameters:
keywords
-
-
addProducer
Adds the producer.- Parameters:
producer
-
-