java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
org.openpdf.text.xml.xmp.XmpSchema
org.openpdf.text.xml.xmp.PdfA1Schema
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>
An implementation of an XmpSchema.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConformance, A or B.static final Stringdefault namespace identifierstatic final Stringdefault namespace uristatic final StringPart, always 1.Fields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConformance(String conformance) Adds the conformance.voidAdds part.Methods inherited from class org.openpdf.text.xml.xmp.XmpSchema
addProperty, escape, getXmlns, process, setProperty, setProperty, setProperty, toStringMethods 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
-
DEFAULT_XPATH_ID
default namespace identifier- See Also:
-
DEFAULT_XPATH_URI
default namespace uri- See Also:
-
PART
Part, always 1.- See Also:
-
CONFORMANCE
Conformance, A or B.- See Also:
-
-
Constructor Details
-
PdfA1Schema
public PdfA1Schema()
-
-
Method Details
-
addPart
Adds part.- Parameters:
part- part
-
addConformance
Adds the conformance.- Parameters:
conformance- conformance
-