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 XMPSchemaXMPSchemaAdapter. getSchema()XMPSchemaXMPSchemaRegistry. 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 voidXMPSchemaRegistry. 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 classDublinCoreSchemaSchema class for Dublin Core.classXMPBasicSchemaXMP 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 classAdobePDFSchemaAdobe PDF XMP schema.classPDFAXMPSchemaXMP Schema for PDF/A (ISO 19005-1).classPDFUAXMPSchemaXMP Schema for PDF/UAclassPDFVTXMPSchemaclassPDFXXMPSchemaclassXAPMMXMPSchema
-