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
Fields in org.apache.xmlgraphics.xmp with type parameters of type XMPProperty Modifier and Type Field Description private java.util.Map<QName,XMPProperty>
Metadata. properties
Methods in org.apache.xmlgraphics.xmp that return XMPProperty Modifier and Type Method Description XMPProperty
Metadata. getProperty(java.lang.String uri, java.lang.String localName)
Returns a propertyXMPProperty
Metadata. getProperty(QName name)
Returns a property.XMPProperty
PropertyAccess. getProperty(java.lang.String uri, java.lang.String localName)
Returns a propertyXMPProperty
PropertyAccess. getProperty(QName name)
Returns a property.XMPProperty
XMPStructure. getProperty(java.lang.String uri, java.lang.String localName)
Returns a propertyXMPProperty
XMPStructure. getProperty(QName name)
Returns a property.XMPProperty
Metadata. getValueProperty()
Returns the rdf:value property.XMPProperty
PropertyAccess. getValueProperty()
Returns the rdf:value property.XMPProperty
XMPStructure. getValueProperty()
Returns the rdf:value property.XMPProperty
Metadata. removeProperty(QName name)
Removes a property and returns it if it was found.XMPProperty
PropertyAccess. removeProperty(QName name)
Removes a property and returns it if it was found.XMPProperty
XMPStructure. 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 void
Metadata. setProperty(XMPProperty prop)
Sets a property.void
PropertyAccess. setProperty(XMPProperty prop)
Sets a property.void
XMPStructure. setProperty(XMPProperty prop)
Sets a property.private void
XMPProperty. setPropertyQualifier(QName name, XMPProperty 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 PropertyMerger
MergeRuleSet. 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)
-