xmlgraphics-commons 1.3.1

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. 
 

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
 XMPProperty XMPStructure.getProperty(QName name)
          Returns a property.
 XMPProperty Metadata.getProperty(QName name)
          Returns a property.
 XMPProperty PropertyAccess.getProperty(QName name)
          Returns a property.
 

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.
 


xmlgraphics-commons 1.3.1

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