Uses of Class
org.apache.xmlgraphics.xmp.Metadata
Packages that use Metadata
Package
Description
This package is an XMP metadata framework.
Classes for merging two XMP metadata documents.
Schema and schema adapter classes for accessing XMP metadata.
PDF-specific XMP schemas and schema adapter classes.
-
Uses of Metadata in org.apache.xmlgraphics.xmp
Fields in org.apache.xmlgraphics.xmp declared as MetadataModifier and TypeFieldDescriptionprotected Metadata
XMPSchemaAdapter.meta
the Metadata object this schema instance operates onMethods in org.apache.xmlgraphics.xmp that return MetadataModifier and TypeMethodDescriptionXMPHandler.getMetadata()
static Metadata
XMPPacketParser.parse
(InputStream in) Locates an XMP packet in a stream, parses it and returns the XMP metadata.static Metadata
Parses an XMP file.static Metadata
Parses an XMP file.Methods in org.apache.xmlgraphics.xmp with parameters of type MetadataModifier and TypeMethodDescriptionvoid
Merges this metadata object into a given target metadata object.static void
Writes the in-memory representation of the XMP metadata to a JAXP Result.static void
XMPSerializer.writeXMPPacket
(Metadata meta, OutputStream out, boolean readOnlyXMP) Writes the in-memory representation of the XMP metadata to an OutputStream as an XMP packet.Constructors in org.apache.xmlgraphics.xmp with parameters of type MetadataModifierConstructorDescriptionXMPSchemaAdapter
(Metadata meta, XMPSchema schema) Main constructor. -
Uses of Metadata in org.apache.xmlgraphics.xmp.merge
Methods in org.apache.xmlgraphics.xmp.merge with parameters of type MetadataModifier and TypeMethodDescriptionvoid
ArrayAddPropertyMerger.merge
(XMPProperty sourceProp, Metadata target) void
NoReplacePropertyMerger.merge
(XMPProperty sourceProp, Metadata target) void
PropertyMerger.merge
(XMPProperty sourceProp, Metadata target) Merges a property into a given metadata objectvoid
ReplacePropertyMerger.merge
(XMPProperty sourceProp, Metadata target) -
Uses of Metadata in org.apache.xmlgraphics.xmp.schemas
Methods in org.apache.xmlgraphics.xmp.schemas with parameters of type MetadataModifier and TypeMethodDescriptionstatic DublinCoreAdapter
DublinCoreSchema.getAdapter
(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.static XMPBasicAdapter
XMPBasicSchema.getAdapter
(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.Constructors in org.apache.xmlgraphics.xmp.schemas with parameters of type MetadataModifierConstructorDescriptionDublinCoreAdapter
(Metadata meta) Constructs a new adapter for Dublin Core around the given metadata object.XMPBasicAdapter
(Metadata meta, String namespace) Constructs a new adapter for XMP Basic around the given metadata object. -
Uses of Metadata in org.apache.xmlgraphics.xmp.schemas.pdf
Methods in org.apache.xmlgraphics.xmp.schemas.pdf with parameters of type MetadataModifier and TypeMethodDescriptionstatic AdobePDFAdapter
AdobePDFSchema.getAdapter
(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.static PDFAExtensionAdapter
PDFAExtensionXMPSchema.getAdapter
(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.static PDFAAdapter
PDFAXMPSchema.getAdapter
(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.static PDFUAAdapter
PDFUAXMPSchema.getAdapter
(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.static PDFVTAdapter
PDFVTXMPSchema.getAdapter
(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.static PDFXAdapter
PDFXXMPSchema.getAdapter
(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.static XAPMMAdapter
XAPMMXMPSchema.getAdapter
(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.Constructors in org.apache.xmlgraphics.xmp.schemas.pdf with parameters of type MetadataModifierConstructorDescriptionAdobePDFAdapter
(Metadata meta, String namespace) Constructs a new adapter for Adobe PDF around the given metadata object.PDFAAdapter
(Metadata meta, String namespace) Constructs a new adapter for PDF/A around the given metadata object.PDFAExtensionAdapter
(Metadata meta, String namespace) Constructs a new adapter for PDF/A around the given metadata object.PDFUAAdapter
(Metadata meta, String namespace) Constructs a new adapter for PDF/UA around the given metadata object.PDFVTAdapter
(Metadata meta, String namespace) Constructs a new adapter for PDF/VT around the given metadata object.PDFXAdapter
(Metadata meta, String namespace) Constructs a new adapter for PDF/X around the given metadata object.XAPMMAdapter
(Metadata meta, String namespace) Constructs a new adapter for XAP MM around the given metadata object.