Searched defs:qualValue (Results 1 - 3 of 3) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNodeUtils.java501 String qualValue = result[1];
503 parentNode, qualName, qualValue, nextStep.getAliasForm());
646 * @param qualValue the qualifier value
653 String qualValue, int aliasForm) throws XMPException
657 qualValue = Utils.normalizeLangValue(qualValue);
658 int index = XMPNodeUtils.lookupLanguageItem(arrayNode, qualValue);
682 qualValue.equals(qualifier.getValue()))
652 lookupQualSelector(XMPNode arrayNode, String qualName, String qualValue, int aliasForm) argument
H A DXMPMetaImpl.java1142 String qualValue, PropertyOptions options) throws XMPException
1153 setProperty(schemaNS, qualPath, qualValue, options);
1161 String qualValue) throws XMPException
1163 setQualifier(schemaNS, propName, qualNS, qualName, qualValue, null);
1141 setQualifier(String schemaNS, String propName, String qualNS, String qualName, String qualValue, PropertyOptions options) argument
1160 setQualifier(String schemaNS, String propName, String qualNS, String qualName, String qualValue) argument
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMeta.java410 * @param qualValue A pointer to the <code>null</code> terminated UTF-8 string that is the
421 String qualValue,
432 * @param qualValue the value of the qualifier
440 String qualValue) throws XMPException;
416 setQualifier( String schemaNS, String propName, String qualNS, String qualName, String qualValue, PropertyOptions options) argument
435 setQualifier( String schemaNS, String propName, String qualNS, String qualName, String qualValue) argument

Completed in 114 milliseconds