| |
|
| java.lang.Object org.apache.xmlgraphics.xmp.Metadata
Metadata | public class Metadata implements XMLizable(Code) | | This class represents the root of an XMP metadata tree. It's more or less equivalent to the
x:xmpmeta element together with its nested rdf:RDF element.
|
getProperty | public XMPProperty getProperty(String uri, String localName)(Code) | | Returns a property
Parameters: uri - the namespace URI of the property Parameters: localName - the local name of the property the requested property or null if it's not available |
getProperty | public XMPProperty getProperty(QName name)(Code) | | Returns a property.
Parameters: name - the name of the property the requested property or null if it's not available |
getPropertyCount | public int getPropertyCount()(Code) | | the number of properties in this metadata object. |
mergeInto | public void mergeInto(Metadata target)(Code) | | Merges this metadata object into a given target metadata object. The merge rule set provided
by each schema is used for the merge.
Parameters: target - the target metadata to merge the local metadata into |
setProperty | public void setProperty(XMPProperty prop)(Code) | | Sets a property.
Parameters: prop - the property |
|
|
|