Uses of Class
org.apache.xmpbox.type.PropertiesDescription
Packages that use PropertiesDescription
-
Uses of PropertiesDescription in org.apache.xmpbox.schema
Fields in org.apache.xmpbox.schema declared as PropertiesDescriptionMethods in org.apache.xmpbox.schema that return PropertiesDescriptionConstructors in org.apache.xmpbox.schema with parameters of type PropertiesDescriptionModifierConstructorDescriptionXMPSchemaFactory(String namespace, Class<? extends XMPSchema> schemaClass, PropertiesDescription propDef) Factory Constructor for basic known schemas -
Uses of PropertiesDescription in org.apache.xmpbox.type
Fields in org.apache.xmpbox.type with type parameters of type PropertiesDescriptionModifier and TypeFieldDescriptionprivate Map<String, PropertiesDescription> TypeMapping.definedStructuredMappingsprivate Map<String, List<PropertiesDescription>> TypeMapping.definedStructuredNamespaces2private Map<Types, PropertiesDescription> TypeMapping.structuredMappingsMethods in org.apache.xmpbox.type that return PropertiesDescriptionModifier and TypeMethodDescriptionTypeMapping.getDefinedDescriptionByNamespace(String namespace) Deprecated.TypeMapping.getDefinedDescriptionByNamespace(String namespace, String pdfaFieldName) Get a property description based on namespace and field name.TypeMapping.getStructuredPropMapping(Types type) TypeMapping.initializePropMapping(Class<?> classSchem) Methods in org.apache.xmpbox.type with parameters of type PropertiesDescriptionModifier and TypeMethodDescriptionvoidTypeMapping.addToDefinedStructuredTypes(String typeName, String ns, PropertiesDescription pm) -
Uses of PropertiesDescription in org.apache.xmpbox.xml
Methods in org.apache.xmpbox.xml with parameters of type PropertiesDescriptionModifier and TypeMethodDescriptionprivate AbstractStructuredTypeDomXmpParser.tryParseAttributesAsProperties(TypeMapping tm, Element liElement, AbstractStructuredType ast, PropertiesDescription pm, QName qName) This attempts to run the same logic as in parseLiDescription() but with simple attributes that will be treated like children.