xmlgraphics-commons 1.4

Uses of Class
org.apache.xmlgraphics.util.QName

Packages that use QName
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
static QName XMPConstants.RDF_VALUE
          QName for rdf:value
 

Methods in org.apache.xmlgraphics.xmp that return QName
 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.
 

Methods in org.apache.xmlgraphics.xmp with parameters of type QName
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.
 

Constructors in org.apache.xmlgraphics.xmp with parameters of type QName
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
 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
static QName XMPBasicSchema.SCHEME_QUALIFIER
          The qualified name for the qualifier for xmp:Identifier
 


xmlgraphics-commons 1.4

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.