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 static QNameXMPConstants. RDF_VALUEQName for rdf:valueMethods in org.apache.xmlgraphics.xmp that return QName Modifier and Type Method Description QNameXMPProperty. getName()protected QNameXMPSchema. getQName(java.lang.String propName)Returns the QName for a property of this schema.protected QNameXMPSchemaAdapter. getQName(java.lang.String propName)Returns the QName for a given propertyMethods in org.apache.xmlgraphics.xmp with parameters of type QName Modifier and Type Method Description protected PropertyAccessXMPSchemaAdapter. findQualifiedStructure(java.lang.String propName, QName qualifier, java.lang.String qualifierValue)Finds a structure that matches a given qualifier.protected java.lang.ObjectXMPSchemaAdapter. findQualifiedValue(java.lang.String propName, QName qualifier, java.lang.String qualifierValue)Finds a value that matches a given qualifier.XMPPropertyMetadata. getProperty(QName name)Returns a property.XMPPropertyPropertyAccess. getProperty(QName name)Returns a property.XMPPropertyXMPStructure. getProperty(QName name)Returns a property.XMPPropertyMetadata. removeProperty(QName name)Removes a property and returns it if it was found.XMPPropertyPropertyAccess. removeProperty(QName name)Removes a property and returns it if it was found.XMPPropertyXMPStructure. removeProperty(QName name)Removes a property and returns it if it was found.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 voidMergeRuleSet. 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 QNameXMPBasicSchema. SCHEME_QUALIFIERThe qualified name for the qualifier for xmp:Identifier
-