Class PDFXXMPSchema
java.lang.Object
org.apache.xmlgraphics.xmp.XMPSchema
org.apache.xmlgraphics.xmp.schemas.pdf.PDFXXMPSchema
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PDFXAdapter
getAdapter
(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.Methods inherited from class org.apache.xmlgraphics.xmp.XMPSchema
addExtraNamespace, getDefaultMergeRuleSet, getExtraNamespaces, getNamespace, getPreferredPrefix, getQName
-
Field Details
-
NAMESPACE
- See Also:
-
-
Constructor Details
-
PDFXXMPSchema
public PDFXXMPSchema()Creates a new schema instance for Dublin Core.
-
-
Method Details
-
getAdapter
Creates and returns an adapter for this schema around the given metadata object.- Parameters:
meta
- the metadata object- Returns:
- the newly instantiated adapter
-