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 TypeFieldDescriptionprivate MetadataXMPHandler.metaprotected MetadataXMPSchemaAdapter.metathe Metadata object this schema instance operates onMethods in org.apache.xmlgraphics.xmp that return MetadataModifier and TypeMethodDescriptionXMPHandler.getMetadata()static MetadataXMPPacketParser.parse(InputStream in) Locates an XMP packet in a stream, parses it and returns the XMP metadata.static MetadataParses an XMP file.static MetadataParses an XMP file.Methods in org.apache.xmlgraphics.xmp with parameters of type MetadataModifier and TypeMethodDescriptionvoidMerges this metadata object into a given target metadata object.static voidWrites the in-memory representation of the XMP metadata to a JAXP Result.private static voidstatic voidXMPSerializer.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 TypeMethodDescriptionvoidArrayAddPropertyMerger.merge(XMPProperty sourceProp, Metadata target) voidNoReplacePropertyMerger.merge(XMPProperty sourceProp, Metadata target) voidPropertyMerger.merge(XMPProperty sourceProp, Metadata target) Merges a property into a given metadata objectvoidReplacePropertyMerger.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 DublinCoreAdapterDublinCoreSchema.getAdapter(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.static XMPBasicAdapterXMPBasicSchema.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 AdobePDFAdapterAdobePDFSchema.getAdapter(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.static PDFAExtensionAdapterPDFAExtensionXMPSchema.getAdapter(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.static PDFAAdapterPDFAXMPSchema.getAdapter(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.static PDFUAAdapterPDFUAXMPSchema.getAdapter(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.static PDFVTAdapterPDFVTXMPSchema.getAdapter(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.static PDFXAdapterPDFXXMPSchema.getAdapter(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.static XAPMMAdapterXAPMMXMPSchema.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.