HomeSort by relevance Sort by last modified time
    Searched full:qualifiername (Results 1 - 2 of 2) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNode.java 910 * @param qualifierName the new qualifier name
913 private void assertQualifierNotExisting(String qualifierName) throws XMPException
915 if (!XMPConst.ARRAY_ITEM_NAME.equals(qualifierName) &&
916 findQualifierByName(qualifierName) != null)
918 throw new XMPException("Duplicate '" + qualifierName + "' qualifier", XMPError.BADXMP);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 95 Name qualifierName = mAst.newName(mRQualifier + ".string"); //$NON-NLS-1$
97 ASTNode newNode = mAst.newQualifiedName(qualifierName, idName);

Completed in 183 milliseconds