Package com.aowagie.text.xml.xmp
Class PdfA1Schema
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<java.lang.Object,java.lang.Object>
-
- java.util.Properties
-
- com.aowagie.text.xml.xmp.XmpSchema
-
- com.aowagie.text.xml.xmp.PdfA1Schema
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.Object,java.lang.Object>
class PdfA1Schema extends XmpSchema
An implementation of an XmpSchema.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
CONFORMANCE
Conformance, A or B.private static java.lang.String
DEFAULT_XPATH_ID
default namespace identifierprivate static java.lang.String
DEFAULT_XPATH_URI
default namespace uriprivate static java.lang.String
PART
Part, always 1.private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description PdfA1Schema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConformance(java.lang.String conformance)
Adds the conformance.private void
addPart(java.lang.String part)
Adds part.-
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 Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
DEFAULT_XPATH_ID
private static final java.lang.String DEFAULT_XPATH_ID
default namespace identifier- See Also:
- Constant Field Values
-
DEFAULT_XPATH_URI
private static final java.lang.String DEFAULT_XPATH_URI
default namespace uri- See Also:
- Constant Field Values
-
PART
private static final java.lang.String PART
Part, always 1.- See Also:
- Constant Field Values
-
CONFORMANCE
private static final java.lang.String CONFORMANCE
Conformance, A or B.- See Also:
- Constant Field Values
-
-