Uses of Class
org.apache.xmpbox.type.PropertiesDescription
-
Packages that use PropertiesDescription Package Description org.apache.xmpbox.schema org.apache.xmpbox.type org.apache.xmpbox.xml -
-
Uses of PropertiesDescription in org.apache.xmpbox.schema
Fields in org.apache.xmpbox.schema declared as PropertiesDescription Modifier and Type Field Description private PropertiesDescriptionXMPSchemaFactory. propDefMethods in org.apache.xmpbox.schema that return PropertiesDescription Modifier and Type Method Description PropertiesDescriptionXMPSchemaFactory. getPropertyDefinition()Constructors in org.apache.xmpbox.schema with parameters of type PropertiesDescription Constructor Description XMPSchemaFactory(java.lang.String namespace, java.lang.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 PropertiesDescription Modifier and Type Field Description private java.util.Map<java.lang.String,PropertiesDescription>TypeMapping. definedStructuredMappingsprivate java.util.Map<java.lang.String,java.util.List<PropertiesDescription>>TypeMapping. definedStructuredNamespaces2private java.util.Map<Types,PropertiesDescription>TypeMapping. structuredMappingsMethods in org.apache.xmpbox.type that return PropertiesDescription Modifier and Type Method Description PropertiesDescriptionTypeMapping. getDefinedDescriptionByNamespace(java.lang.String namespace)Deprecated.PropertiesDescriptionTypeMapping. getDefinedDescriptionByNamespace(java.lang.String namespace, java.lang.String pdfaFieldName)Get a property description based on namespace and field name.PropertiesDescriptionTypeMapping. getStructuredPropMapping(Types type)PropertiesDescriptionTypeMapping. initializePropMapping(java.lang.Class<?> classSchem)Methods in org.apache.xmpbox.type with parameters of type PropertiesDescription Modifier and Type Method Description voidTypeMapping. addToDefinedStructuredTypes(java.lang.String typeName, java.lang.String ns, PropertiesDescription pm) -
Uses of PropertiesDescription in org.apache.xmpbox.xml
Methods in org.apache.xmpbox.xml with parameters of type PropertiesDescription Modifier and Type Method Description private AbstractStructuredTypeDomXmpParser. tryParseAttributesAsProperties(TypeMapping tm, org.w3c.dom.Element liElement, AbstractStructuredType ast, PropertiesDescription pm, javax.xml.namespace.QName qName)This attempts to run the same logic as in parseLiDescription() but with simple attributes that will be treated like children.
-