xmlgraphics-commons 1.4

Uses of Class
org.apache.xmlgraphics.xmp.XMPProperty

Packages that use XMPProperty
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
 XMPProperty Metadata.getProperty(QName name)
          Returns a property.
 XMPProperty PropertyAccess.getProperty(QName name)
          Returns a property.
 XMPProperty XMPStructure.getProperty(QName name)
          Returns a property.
 XMPProperty Metadata.getProperty(java.lang.String uri, java.lang.String localName)
          Returns a property
 XMPProperty PropertyAccess.getProperty(java.lang.String uri, java.lang.String localName)
          Returns a property
 XMPProperty XMPStructure.getProperty(java.lang.String uri, java.lang.String localName)
          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
 void Metadata.setProperty(XMPProperty prop)
          Sets a property.
 void PropertyAccess.setProperty(XMPProperty prop)
          Sets a property.
 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 XMPProperty
 PropertyMerger MergeRuleSet.getPropertyMergerFor(XMPProperty prop)
          Returns the PropertyMerger that shall be used when merging the given property.
 void NoReplacePropertyMerger.merge(XMPProperty sourceProp, Metadata target)
           
 void ReplacePropertyMerger.merge(XMPProperty sourceProp, Metadata target)
           
 void ArrayAddPropertyMerger.merge(XMPProperty sourceProp, Metadata target)
           
 void PropertyMerger.merge(XMPProperty sourceProp, Metadata target)
          Merges a property into a given metadata object
 


xmlgraphics-commons 1.4

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.