Uses of Class
org.apache.xmpbox.schema.XMPSchema
-
Packages that use XMPSchema Package Description org.apache.pdfbox.preflight.metadata org.apache.xmpbox org.apache.xmpbox.schema org.apache.xmpbox.type org.apache.xmpbox.xml -
-
Uses of XMPSchema in org.apache.pdfbox.preflight.metadata
Methods in org.apache.pdfbox.preflight.metadata with parameters of type XMPSchema Modifier and Type Method Description private static void
UniquePropertiesValidation. analyzePropertyUniqueness(XMPSchema schema, java.lang.String propertyName, java.util.List<ValidationResult.ValidationError> ve)
-
Uses of XMPSchema in org.apache.xmpbox
Fields in org.apache.xmpbox with type parameters of type XMPSchema Modifier and Type Field Description private java.util.List<XMPSchema>
XMPMetadata. schemas
Methods in org.apache.xmpbox that return XMPSchema Modifier and Type Method Description XMPSchema
XMPMetadata. createAndAddDefaultSchema(java.lang.String nsPrefix, java.lang.String nsURI)
Create and add an unspecified schema.XMPSchema
XMPMetadata. getSchema(java.lang.Class<? extends XMPSchema> clz)
Get the XMPSchema for the specified Class.XMPSchema
XMPMetadata. getSchema(java.lang.String nsURI)
Get the XMPSchema for the specified namespace.XMPSchema
XMPMetadata. 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 void
XMPMetadata. addSchema(XMPSchema obj)
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 Modifier and Type Method Description XMPSchema
XMPMetadata. 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 class
AdobePDFSchema
Representation of Adobe PDF Schemaclass
DublinCoreSchema
Representation of a DublinCore Schemaclass
ExifSchema
Representation of a Exif Schemaclass
PDFAExtensionSchema
Representation of a PDF/A Extension schema description schemaclass
PDFAIdentificationSchema
Representation of PDF/A Identification Schemaclass
PhotoshopSchema
class
TiffSchema
class
XMPageTextSchema
Created with IntelliJ IDEA.class
XMPBasicJobTicketSchema
class
XMPBasicSchema
Representation of XMPBasic Schemaclass
XMPMediaManagementSchema
Representation of XMPMediaManagement Schemaclass
XMPRightsManagementSchema
Representation of XMP Rights Management SchemaFields in org.apache.xmpbox.schema with type parameters of type XMPSchema Modifier and Type Field Description private java.lang.Class<? extends XMPSchema>
XMPSchemaFactory. schemaClass
Methods in org.apache.xmpbox.schema that return XMPSchema Modifier and Type Method Description XMPSchema
XMPSchemaFactory. 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 void
XMPSchema. 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 XMPSchema
TypeMapping. getAssociatedSchemaObject(XMPMetadata metadata, java.lang.String namespace, java.lang.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 XMPSchema Modifier and Type Method Description private void
TypeMapping. addNameSpace(java.lang.Class<? extends XMPSchema> classSchem)
-
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.Element
XmpSerializer. serializeSchema(org.w3c.dom.Document doc, XMPSchema schema)
-