Uses of Class
org.apache.xmlgraphics.xmp.XMPProperty
Packages that use XMPProperty
Package
Description
This package is an XMP metadata framework.
Classes for merging two XMP metadata documents.
-
Uses of XMPProperty in org.apache.xmlgraphics.xmp
Methods in org.apache.xmlgraphics.xmp that return XMPPropertyModifier and TypeMethodDescriptionMetadata.getProperty
(String uri, String localName) Returns a propertyMetadata.getProperty
(QName name) Returns a property.PropertyAccess.getProperty
(String uri, String localName) Returns a propertyPropertyAccess.getProperty
(QName name) Returns a property.XMPStructure.getProperty
(String uri, String localName) Returns a propertyXMPStructure.getProperty
(QName name) Returns a property.Metadata.getValueProperty()
Returns the rdf:value property.PropertyAccess.getValueProperty()
Returns the rdf:value property.XMPStructure.getValueProperty()
Returns the rdf:value property.Metadata.removeProperty
(QName name) Removes a property and returns it if it was found.PropertyAccess.removeProperty
(QName name) Removes a property and returns it if it was found.XMPStructure.removeProperty
(QName name) Removes a property and returns it if it was found.Methods in org.apache.xmlgraphics.xmp with parameters of type XMPPropertyModifier and TypeMethodDescriptionvoid
Metadata.setProperty
(XMPProperty prop) Sets a property.void
PropertyAccess.setProperty
(XMPProperty prop) Sets a property.protected void
XMPSchemaAdapter.setProperty
(String propName, XMPProperty subProp) void
XMPStructure.setProperty
(XMPProperty prop) Sets a property. -
Uses of XMPProperty in org.apache.xmlgraphics.xmp.merge
Methods in org.apache.xmlgraphics.xmp.merge with parameters of type XMPPropertyModifier and TypeMethodDescriptionMergeRuleSet.getPropertyMergerFor
(XMPProperty prop) Returns the PropertyMerger that shall be used when merging the given property.void
ArrayAddPropertyMerger.merge
(XMPProperty sourceProp, Metadata target) void
NoReplacePropertyMerger.merge
(XMPProperty sourceProp, Metadata target) void
PropertyMerger.merge
(XMPProperty sourceProp, Metadata target) Merges a property into a given metadata objectvoid
ReplacePropertyMerger.merge
(XMPProperty sourceProp, Metadata target)