Uses of Class
org.apache.xmpbox.schema.XMPSchema
Packages that use XMPSchema
Package
Description
-
Uses of XMPSchema in org.apache.xmpbox
Methods in org.apache.xmpbox that return XMPSchemaModifier and TypeMethodDescriptionXMPMetadata.createAndAddDefaultSchema(String nsPrefix, String nsURI) Create and add an unspecified schema.Get the XMPSchema for the specified Class.Get the XMPSchema for the specified namespace.Return the schema corresponding to this nsURI and a prefix.Methods in org.apache.xmpbox that return types with arguments of type XMPSchemaModifier and TypeMethodDescriptionXMPMetadata.getAllSchemas()Get All Schemas declared in this metadata representation.Methods in org.apache.xmpbox with parameters of type XMPSchemaModifier and TypeMethodDescriptionvoidAdd 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 -
Uses of XMPSchema in org.apache.xmpbox.schema
Subclasses of XMPSchema in org.apache.xmpbox.schemaModifier and TypeClassDescriptionclassRepresentation of Adobe PDF SchemaclassRepresentation of a DublinCore SchemaclassRepresentation of a Exif SchemaclassRepresentation of a PDF/A Extension schema description schemaclassRepresentation of PDF/A Identification SchemaclassclassclassCreated with IntelliJ IDEA.classclassRepresentation of XMPBasic SchemaclassRepresentation of XMPMediaManagement SchemaclassRepresentation of XMP Rights Management SchemaMethods in org.apache.xmpbox.schema that return XMPSchemaModifier and TypeMethodDescriptionXMPSchemaFactory.createXMPSchema(XMPMetadata metadata, String prefix) Create a schema that corresponding to this factory and add it to metadataMethods in org.apache.xmpbox.schema with parameters of type XMPSchemaModifier and TypeMethodDescriptionvoidA basic schema merge, it merges bags and sequences and replace everything else.Constructor parameters in org.apache.xmpbox.schema with type arguments of type XMPSchemaModifierConstructorDescriptionXMPSchemaFactory(String namespace, 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 XMPSchemaModifier and TypeMethodDescriptionTypeMapping.getAssociatedSchemaObject(XMPMetadata metadata, String namespace, 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 XMPSchemaModifier and TypeMethodDescriptionprotected ElementXmpSerializer.serializeSchema(Document doc, XMPSchema schema)