Home | History | Annotate | Download | only in impl

Lines Matching refs:qualifier

65 	/** a set of all rdf attribute qualifier */
486 * @throws XMPException If qualifier and element fields are mixed.
520 XMPNode qualifier = (XMPNode) iq.next();
521 if (!RDF_ATTR_QUALIFIER.contains(qualifier.getName()))
527 hasRDFResourceQual = "rdf:resource".equals(qualifier.getName());
529 write(qualifier.getName());
531 appendNodeValue(qualifier.getValue(), true);
624 * @throws XMPException If qualifier and element fields are mixed.
650 * @param hasRDFResourceQual Flag if the element has resource qualifier
653 * @throws XMPException If qualifier and element fields are mixed.
684 "Can't mix rdf:resource qualifier and element fields",
738 * Serializes the general qualifier.
742 * @throws XMPException If qualifier and element fields are mixed.
759 XMPNode qualifier = (XMPNode) iq.next();
760 serializePrettyRDFProperty(qualifier, false, indent + 1);
772 * qualifier is written as an attribute of the property start tag, not by
856 XMPNode qualifier = (XMPNode) it.next();
857 declareNamespace(qualifier.getName(), null, usedPrefixes, indent);
858 declareUsedNamespaces(qualifier, usedPrefixes, indent);
909 * indent is that for the property element. An xml:lang qualifier is written
921 * (If no rdf:resource qualifier)
978 XMPNode qualifier = (XMPNode) it.next();
979 if (!RDF_ATTR_QUALIFIER.contains(qualifier.getName()))
985 hasRDFResourceQual = "rdf:resource".equals(qualifier.getName());
989 write(qualifier.getName());
991 appendNodeValue(qualifier.getValue(), true);
1019 XMPNode qualifier = (XMPNode) it.next();
1020 if (!RDF_ATTR_QUALIFIER.contains(qualifier.getName()))
1022 serializePrettyRDFProperty(qualifier, false, indent + 1);
1199 * <li>don't has qualifier