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 | Field and Description |
---|---|
static QName |
XMPConstants.RDF_VALUE
QName for rdf:value
|
Modifier and Type | Method and Description |
---|---|
QName |
XMPProperty.getName() |
protected QName |
XMPSchema.getQName(java.lang.String propName)
Returns the QName for a property of this schema.
|
protected QName |
XMPSchemaAdapter.getQName(java.lang.String propName)
Returns the QName for a given property
|
Modifier and Type | Method and Description |
---|---|
XMPProperty |
PropertyAccess.getProperty(QName name)
Returns a property.
|
XMPProperty |
Metadata.getProperty(QName name)
Returns a property.
|
XMPProperty |
XMPStructure.getProperty(QName name)
Returns a property.
|
Constructor and Description |
---|
XMPProperty(QName name,
java.lang.Object value)
Creates a new XMP property.
|
Modifier and Type | Method and Description |
---|---|
void |
MergeRuleSet.addRule(QName propName,
PropertyMerger merger)
Adds a merge rule to this set.
|
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.