Package | Description |
---|---|
org.apache.xmpbox.schema | |
org.apache.xmpbox.type |
Modifier and Type | Field and Description |
---|---|
private PropertiesDescription |
XMPSchemaFactory.propDef |
Modifier and Type | Method and Description |
---|---|
PropertiesDescription |
XMPSchemaFactory.getPropertyDefinition() |
Constructor and Description |
---|
XMPSchemaFactory(java.lang.String namespace,
java.lang.Class<? extends XMPSchema> schemaClass,
PropertiesDescription propDef)
Factory Constructor for basic known schemas
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,PropertiesDescription> |
TypeMapping.definedStructuredMappings |
private java.util.Map<Types,PropertiesDescription> |
TypeMapping.structuredMappings |
Modifier and Type | Method and Description |
---|---|
PropertiesDescription |
TypeMapping.getDefinedDescriptionByNamespace(java.lang.String namespace) |
PropertiesDescription |
TypeMapping.getStructuredPropMapping(Types type) |
PropertiesDescription |
TypeMapping.initializePropMapping(java.lang.Class<?> classSchem) |
Modifier and Type | Method and Description |
---|---|
void |
TypeMapping.addToDefinedStructuredTypes(java.lang.String typeName,
java.lang.String ns,
PropertiesDescription pm) |