Uses of Class
org.apache.xmlgraphics.util.QName
-
Packages that use QName 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. -
-
Uses of QName in org.apache.xmlgraphics.xmp
Fields in org.apache.xmlgraphics.xmp declared as QName Modifier and Type Field Description private QName
XMPProperty. name
static QName
XMPConstants. RDF_VALUE
QName for rdf:valueMethods in org.apache.xmlgraphics.xmp that return QName Modifier and Type Method Description private QName
XMPHandler. getCurrentPropName()
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 propertyprivate QName
XMPHandler. popCurrentPropName()
Methods in org.apache.xmlgraphics.xmp with parameters of type QName Modifier and Type Method 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
Metadata. getProperty(QName name)
Returns a property.XMPProperty
PropertyAccess. getProperty(QName name)
Returns a property.XMPProperty
XMPStructure. getProperty(QName name)
Returns a property.XMPProperty
Metadata. 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.XMPProperty
XMPStructure. removeProperty(QName name)
Removes a property and returns it if it was found.private void
XMPProperty. setPropertyQualifier(QName name, XMPProperty property)
Constructors in org.apache.xmlgraphics.xmp with parameters of type QName Constructor Description XMPProperty(QName name, java.lang.Object value)
Creates a new XMP property. -
Uses of QName in org.apache.xmlgraphics.xmp.merge
Methods in org.apache.xmlgraphics.xmp.merge with parameters of type QName Modifier and Type Method Description void
MergeRuleSet. addRule(QName propName, PropertyMerger merger)
Adds a merge rule to this set. -
Uses of QName in org.apache.xmlgraphics.xmp.schemas
Fields in org.apache.xmlgraphics.xmp.schemas declared as QName Modifier and Type Field Description static QName
XMPBasicSchema. SCHEME_QUALIFIER
The qualified name for the qualifier for xmp:Identifier
-