Uses of Class
org.apache.xmpbox.schema.XMPSchema
-
Packages that use XMPSchema Package Description org.apache.xmpbox org.apache.xmpbox.schema org.apache.xmpbox.type org.apache.xmpbox.xml -
-
Uses of XMPSchema in org.apache.xmpbox
Methods in org.apache.xmpbox that return XMPSchema Modifier and Type Method Description XMPSchemaXMPMetadata. createAndAddDefaultSchema(java.lang.String nsPrefix, java.lang.String nsURI)Create and add an unspecified schema.XMPSchemaXMPMetadata. getSchema(java.lang.Class<? extends XMPSchema> clz)Get the XMPSchema for the specified Class.XMPSchemaXMPMetadata. getSchema(java.lang.String nsURI)Get the XMPSchema for the specified namespace.XMPSchemaXMPMetadata. getSchema(java.lang.String prefix, java.lang.String nsURI)Return the schema corresponding to this nsURI and a prefix.Methods in org.apache.xmpbox that return types with arguments of type XMPSchema Modifier and Type Method Description java.util.List<XMPSchema>XMPMetadata. getAllSchemas()Get All Schemas declared in this metadata representation.Methods in org.apache.xmpbox with parameters of type XMPSchema Modifier and Type Method Description voidXMPMetadata. addSchema(XMPSchema obj)Add a schema to the current structure.voidXMPMetadata. removeSchema(XMPSchema schema)Remove a schema.Method parameters in org.apache.xmpbox with type arguments of type XMPSchema Modifier and Type Method Description XMPSchemaXMPMetadata. getSchema(java.lang.Class<? extends XMPSchema> clz)Get the XMPSchema for the specified Class. -
Uses of XMPSchema in org.apache.xmpbox.schema
Subclasses of XMPSchema in org.apache.xmpbox.schema Modifier and Type Class Description classAdobePDFSchemaRepresentation of Adobe PDF SchemaclassDublinCoreSchemaRepresentation of a DublinCore SchemaclassExifSchemaRepresentation of a Exif SchemaclassPDFAExtensionSchemaRepresentation of a PDF/A Extension schema description schemaclassPDFAIdentificationSchemaRepresentation of PDF/A Identification SchemaclassPhotoshopSchemaclassTiffSchemaclassXMPageTextSchemaCreated with IntelliJ IDEA.classXMPBasicJobTicketSchemaclassXMPBasicSchemaRepresentation of XMPBasic SchemaclassXMPMediaManagementSchemaRepresentation of XMPMediaManagement SchemaclassXMPRightsManagementSchemaRepresentation of XMP Rights Management SchemaMethods in org.apache.xmpbox.schema that return XMPSchema Modifier and Type Method Description XMPSchemaXMPSchemaFactory. createXMPSchema(XMPMetadata metadata, java.lang.String prefix)Create a schema that corresponding to this factory and add it to metadataMethods in org.apache.xmpbox.schema with parameters of type XMPSchema Modifier and Type Method Description voidXMPSchema. merge(XMPSchema xmpSchema)A basic schema merge, it merges bags and sequences and replace everything else.Constructor parameters in org.apache.xmpbox.schema with type arguments of type XMPSchema Constructor Description XMPSchemaFactory(java.lang.String namespace, java.lang.Class<? extends XMPSchema> schemaClass, PropertiesDescription propDef)Factory Constructor for basic known schemas -
Uses of XMPSchema in org.apache.xmpbox.type
Methods in org.apache.xmpbox.type that return XMPSchema Modifier and Type Method Description XMPSchemaTypeMapping. getAssociatedSchemaObject(XMPMetadata metadata, java.lang.String namespace, java.lang.String prefix)Deprecated.This method will be removed in 4.0. -
Uses of XMPSchema in org.apache.xmpbox.xml
Methods in org.apache.xmpbox.xml with parameters of type XMPSchema Modifier and Type Method Description protected org.w3c.dom.ElementXmpSerializer. serializeSchema(org.w3c.dom.Document doc, XMPSchema schema)
-