Home | History | Annotate | Download | only in impl

Lines Matching refs:quals

466 			// cannot happen (duplicate childs/quals do not exist in this node)
650 XMPNode[] quals = (XMPNode[]) getQualifier()
654 quals.length > sortFrom &&
655 (XMPConst.XML_LANG.equals(quals[sortFrom].getName()) ||
656 "rdf:type".equals(quals[sortFrom].getName()))
659 quals[sortFrom].sort();
663 Arrays.sort(quals, sortFrom, quals.length);
665 for (int j = 0; j < quals.length; j++)
668 it.set(quals[j]);
669 quals[j].sort();
764 XMPNode[] quals = (XMPNode[]) getQualifier()
767 while (quals.length > i &&
768 (XMPConst.XML_LANG.equals(quals[i].getName()) ||
769 quals[i].getName()))
774 Arrays.sort(quals, i, quals.length);
775 for (i = 0; i < quals.length; i++)
777 XMPNode qualifier = quals[i];