xmlgraphics-commons 1.3.1

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 PropertyAccess.getProperty(QName name)
          Returns a property.
 XMPProperty XMPStructure.getProperty(QName name)
          Returns a property.
 XMPProperty Metadata.getProperty(QName name)
          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.getProperty(java.lang.String uri, java.lang.String localName)
          Returns a property
 XMPProperty PropertyAccess.getValueProperty()
          Returns the rdf:value property.
 XMPProperty XMPStructure.getValueProperty()
          Returns the rdf:value property.
 XMPProperty Metadata.getValueProperty()
          Returns the rdf:value property.
 

Methods in org.apache.xmlgraphics.xmp with parameters of type XMPProperty
 void PropertyAccess.setProperty(XMPProperty prop)
          Sets a property.
 void XMPStructure.setProperty(XMPProperty prop)
          Sets a property.
 void Metadata.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 PropertyMerger.merge(XMPProperty sourceProp, Metadata target)
          Merges a property into a given metadata object
 void ArrayAddPropertyMerger.merge(XMPProperty sourceProp, Metadata target)
           
 void ReplacePropertyMerger.merge(XMPProperty sourceProp, Metadata target)
           
 void NoReplacePropertyMerger.merge(XMPProperty sourceProp, Metadata target)
           
 


xmlgraphics-commons 1.3.1

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