Uses of Class
org.apache.xmpbox.type.Attribute
Packages that use Attribute
-
Uses of Attribute in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema that return AttributeMethods in org.apache.xmpbox.schema with parameters of type Attribute -
Uses of Attribute in org.apache.xmpbox.type
Fields in org.apache.xmpbox.type with type parameters of type AttributeMethods in org.apache.xmpbox.type that return AttributeModifier and TypeMethodDescriptionfinal Attribute
AbstractField.getAttribute
(String qualifiedName) Get an attribute with its name in this entityMethods in org.apache.xmpbox.type that return types with arguments of type AttributeModifier and TypeMethodDescriptionAbstractField.getAllAttributes()
Get attributes list defined for this entityMethods in org.apache.xmpbox.type with parameters of type AttributeModifier and TypeMethodDescriptionfinal void
AbstractField.setAttribute
(Attribute value) Set a new attribute for this entity -
Uses of Attribute in org.apache.xmpbox.xml
Methods in org.apache.xmpbox.xml that return types with arguments of type AttributeModifier and TypeMethodDescriptionXmpSerializer.normalizeAttributes
(AbstractComplexProperty property) Normalize the list of attributes.