Package | Description |
---|---|
org.apache.xmpbox.schema | |
org.apache.xmpbox.type | |
org.apache.xmpbox.xml |
Modifier and Type | Method and Description |
---|---|
private void |
XMPSchema.setSpecifiedSimpleTypeProperty(Types type,
java.lang.String qualifiedName,
java.lang.Object propertyValue) |
Modifier and Type | Field and Description |
---|---|
private Types |
Types.basic |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Types,PropertiesDescription> |
TypeMapping.structuredMappings |
private java.util.Map<java.lang.String,Types> |
TypeMapping.structuredNamespaces |
Modifier and Type | Method and Description |
---|---|
Types |
Types.getBasic() |
static Types |
Types.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Types[] |
Types.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PropertyType |
TypeMapping.createPropertyType(Types type,
Cardinality card) |
PropertiesDescription |
TypeMapping.getStructuredPropMapping(Types type) |
AbstractSimpleProperty |
TypeMapping.instanciateSimpleProperty(java.lang.String nsuri,
java.lang.String prefix,
java.lang.String name,
java.lang.Object value,
Types type) |
AbstractStructuredType |
TypeMapping.instanciateStructuredType(Types type,
java.lang.String propertyName) |
Constructor and Description |
---|
Types(boolean s,
Types b,
java.lang.Class<? extends AbstractField> c) |
Modifier and Type | Method and Description |
---|---|
private AbstractStructuredType |
DomXmpParser.instanciateStructured(TypeMapping tm,
Types type,
java.lang.String name,
java.lang.String structuredNamespace) |
private void |
DomXmpParser.manageSimpleType(XMPMetadata xmp,
org.w3c.dom.Element property,
Types type,
ComplexPropertyContainer container) |
private AbstractField |
DomXmpParser.parseLiElement(XMPMetadata xmp,
javax.xml.namespace.QName descriptor,
org.w3c.dom.Element liElement,
Types type) |