Uses of Class
org.apache.xmlgraphics.xmp.XMPProperty
-
Packages that use XMPProperty Package Description org.apache.xmlgraphics.xmp This package is an XMP metadata framework.org.apache.xmlgraphics.xmp.merge Classes for merging two XMP metadata documents. -
-
Uses of XMPProperty in org.apache.xmlgraphics.xmp
Methods in org.apache.xmlgraphics.xmp that return XMPProperty Modifier and Type Method Description XMPPropertyMetadata. getProperty(java.lang.String uri, java.lang.String localName)Returns a propertyXMPPropertyMetadata. getProperty(QName name)Returns a property.XMPPropertyPropertyAccess. getProperty(java.lang.String uri, java.lang.String localName)Returns a propertyXMPPropertyPropertyAccess. getProperty(QName name)Returns a property.XMPPropertyXMPStructure. getProperty(java.lang.String uri, java.lang.String localName)Returns a propertyXMPPropertyXMPStructure. getProperty(QName name)Returns a property.XMPPropertyMetadata. getValueProperty()Returns the rdf:value property.XMPPropertyPropertyAccess. getValueProperty()Returns the rdf:value property.XMPPropertyXMPStructure. getValueProperty()Returns the rdf:value property.XMPPropertyMetadata. removeProperty(QName name)Removes a property and returns it if it was found.XMPPropertyPropertyAccess. removeProperty(QName name)Removes a property and returns it if it was found.XMPPropertyXMPStructure. removeProperty(QName name)Removes a property and returns it if it was found.Methods in org.apache.xmlgraphics.xmp with parameters of type XMPProperty Modifier and Type Method Description voidMetadata. setProperty(XMPProperty prop)Sets a property.voidPropertyAccess. setProperty(XMPProperty prop)Sets a property.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 XMPProperty Modifier and Type Method Description PropertyMergerMergeRuleSet. 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)
-