Class PDFAExtensionAdapter
java.lang.Object
org.apache.xmlgraphics.xmp.XMPSchemaAdapter
org.apache.xmlgraphics.xmp.schemas.pdf.PDFAExtensionAdapter
-
Field Summary
Fields inherited from class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
meta
-
Constructor Summary
ConstructorsConstructorDescriptionPDFAExtensionAdapter
(Metadata meta, String namespace) Constructs a new adapter for PDF/A around the given metadata object. -
Method Summary
Methods inherited from class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
addDateToSeq, addObjectToArray, addStringToBag, addStringToSeq, findQualifiedStructure, findQualifiedValue, formatISO8601Date, formatISO8601Date, getDateArray, getDateValue, getLangAlt, getObjectArray, getQName, getSchema, getStringArray, getValue, removeLangAlt, removeStringFromArray, setCompact, setDateValue, setLangAlt, setProperty, setValue
-
Constructor Details
-
PDFAExtensionAdapter
Constructs a new adapter for PDF/A around the given metadata object.- Parameters:
meta
- the underlying metadatanamespace
- the namespace to access the schema (must be one of the PDF/A schema namespaces)
-