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 TypeMethodDescriptionvoidMetadata.setProperty(XMPProperty prop) Sets a property.voidPropertyAccess.setProperty(XMPProperty prop) Sets a property.protected voidXMPSchemaAdapter.setProperty(String propName, XMPProperty subProp) voidXMPStructure.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.voidArrayAddPropertyMerger.merge(XMPProperty sourceProp, Metadata target) voidNoReplacePropertyMerger.merge(XMPProperty sourceProp, Metadata target) voidPropertyMerger.merge(XMPProperty sourceProp, Metadata target) Merges a property into a given metadata objectvoidReplacePropertyMerger.merge(XMPProperty sourceProp, Metadata target)