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.
|
Modifier and Type | Method and Description |
---|---|
XMPProperty |
Metadata.getProperty(QName name)
Returns a property.
|
XMPProperty |
XMPStructure.getProperty(QName name)
Returns a property.
|
XMPProperty |
PropertyAccess.getProperty(QName name)
Returns a property.
|
XMPProperty |
Metadata.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 |
PropertyAccess.getProperty(java.lang.String uri,
java.lang.String localName)
Returns a property
|
XMPProperty |
Metadata.getValueProperty()
Returns the rdf:value property.
|
XMPProperty |
XMPStructure.getValueProperty()
Returns the rdf:value property.
|
XMPProperty |
PropertyAccess.getValueProperty()
Returns the rdf:value property.
|
XMPProperty |
Metadata.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.
|
XMPProperty |
PropertyAccess.removeProperty(QName name)
Removes a property and returns it if it was found.
|
Modifier and Type | Method and Description |
---|---|
void |
Metadata.setProperty(XMPProperty prop)
Sets a property.
|
void |
XMPStructure.setProperty(XMPProperty prop)
Sets a property.
|
void |
PropertyAccess.setProperty(XMPProperty prop)
Sets a property.
|
Modifier and Type | Method and Description |
---|---|
PropertyMerger |
MergeRuleSet.getPropertyMergerFor(XMPProperty prop)
Returns the PropertyMerger that shall be used when merging the given property.
|
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
|
void |
NoReplacePropertyMerger.merge(XMPProperty sourceProp,
Metadata target) |
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.