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.
|
org.apache.xmlgraphics.xmp.schemas |
Schema and schema adapter classes for accessing XMP metadata.
|
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 |
XMPSchemaAdapter.getQName(java.lang.String propName)
Returns the QName for a given property
|
protected QName |
XMPSchema.getQName(java.lang.String propName)
Returns the QName for a property of this schema.
|
Modifier and Type | Method and Description |
---|---|
protected PropertyAccess |
XMPSchemaAdapter.findQualifiedStructure(java.lang.String propName,
QName qualifier,
java.lang.String qualifierValue)
Finds a structure that matches a given qualifier.
|
protected java.lang.Object |
XMPSchemaAdapter.findQualifiedValue(java.lang.String propName,
QName qualifier,
java.lang.String qualifierValue)
Finds a value that matches a given qualifier.
|
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.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 |
Metadata.removeProperty(QName name)
Removes a property and returns it if it was found.
|
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.
|
Modifier and Type | Field and Description |
---|---|
static QName |
XMPBasicSchema.SCHEME_QUALIFIER
The qualified name for the qualifier for xmp:Identifier
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.