Uses of Class
org.apache.xmlgraphics.xmp.XMPSchema
-
Packages that use XMPSchema Package Description org.apache.xmlgraphics.xmp This package is an XMP metadata framework.org.apache.xmlgraphics.xmp.schemas Schema and schema adapter classes for accessing XMP metadata.org.apache.xmlgraphics.xmp.schemas.pdf PDF-specific XMP schemas and schema adapter classes. -
-
Uses of XMPSchema in org.apache.xmlgraphics.xmp
Methods in org.apache.xmlgraphics.xmp that return XMPSchema Modifier and Type Method Description XMPSchema
XMPSchemaAdapter. getSchema()
XMPSchema
XMPSchemaRegistry. getSchema(java.lang.String namespace)
Returns the XMP schema object for a given namespace.Methods in org.apache.xmlgraphics.xmp with parameters of type XMPSchema Modifier and Type Method Description void
XMPSchemaRegistry. addSchema(XMPSchema schema)
Adds an XMP schema to the registry.Constructors in org.apache.xmlgraphics.xmp with parameters of type XMPSchema Constructor Description XMPSchemaAdapter(Metadata meta, XMPSchema schema)
Main constructor. -
Uses of XMPSchema in org.apache.xmlgraphics.xmp.schemas
Subclasses of XMPSchema in org.apache.xmlgraphics.xmp.schemas Modifier and Type Class Description class
DublinCoreSchema
Schema class for Dublin Core.class
XMPBasicSchema
XMP schema for XMP Basic. -
Uses of XMPSchema in org.apache.xmlgraphics.xmp.schemas.pdf
Subclasses of XMPSchema in org.apache.xmlgraphics.xmp.schemas.pdf Modifier and Type Class Description class
AdobePDFSchema
Adobe PDF XMP schema.class
PDFAExtensionXMPSchema
class
PDFAXMPSchema
XMP Schema for PDF/A (ISO 19005-1).class
PDFUAXMPSchema
XMP Schema for PDF/UAclass
PDFVTXMPSchema
class
PDFXXMPSchema
class
XAPMMXMPSchema
-