Uses of Class
org.apache.xmpbox.schema.XMPSchema
Packages that use XMPSchema
Package
Description
-
Uses of XMPSchema in org.apache.pdfbox.preflight.metadata
Methods in org.apache.pdfbox.preflight.metadata with parameters of type XMPSchemaModifier and TypeMethodDescriptionprivate static void
UniquePropertiesValidation.analyzePropertyUniqueness
(XMPSchema schema, String propertyName, List<ValidationResult.ValidationError> ve) -
Uses of XMPSchema in org.apache.xmpbox
Fields in org.apache.xmpbox with type parameters of type XMPSchemaMethods 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 TypeMethodDescriptionvoid
Add a schema to the current structure.void
XMPMetadata.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 TypeClassDescriptionclass
Representation of Adobe PDF Schemaclass
Representation of a DublinCore Schemaclass
Representation of a Exif Schemaclass
Representation of a PDF/A Extension schema description schemaclass
Representation of PDF/A Identification Schemaclass
class
class
Created with IntelliJ IDEA.class
class
Representation of XMPBasic Schemaclass
Representation of XMPMediaManagement Schemaclass
Representation of XMP Rights Management SchemaFields in org.apache.xmpbox.schema with type parameters of type XMPSchemaMethods 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 TypeMethodDescriptionvoid
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 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) Return the specialized schema class representation if it's known (create and add it to metadata).Method parameters in org.apache.xmpbox.type with type arguments of type XMPSchemaModifier and TypeMethodDescriptionprivate void
TypeMapping.addNameSpace
(Class<? extends XMPSchema> classSchem) -
Uses of XMPSchema in org.apache.xmpbox.xml
Methods in org.apache.xmpbox.xml with parameters of type XMPSchemaModifier and TypeMethodDescriptionprotected Element
XmpSerializer.serializeSchema
(Document doc, XMPSchema schema)