Class PDFVTXMPSchema
- java.lang.Object
-
- org.apache.xmlgraphics.xmp.XMPSchema
-
- org.apache.xmlgraphics.xmp.schemas.pdf.PDFVTXMPSchema
-
public class PDFVTXMPSchema extends XMPSchema
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAMESPACE
-
Constructor Summary
Constructors Constructor Description PDFVTXMPSchema()
Creates a new schema instance for Dublin Core.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PDFVTAdapter
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
getDefaultMergeRuleSet, getNamespace, getPreferredPrefix, getQName
-
-
-
-
Field Detail
-
NAMESPACE
public static final java.lang.String NAMESPACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAdapter
public static PDFVTAdapter getAdapter(Metadata meta)
Creates and returns an adapter for this schema around the given metadata object.- Parameters:
meta
- the metadata object- Returns:
- the newly instantiated adapter
-
-