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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 309 for (Iterator propertyIt = currSchema.iterateChildren(); propertyIt.hasNext();)
311 XMPNode currProp = (XMPNode) propertyIt.next();
343 propertyIt.remove();
352 transplantArrayItemAlias (propertyIt, currProp, baseNode);
366 propertyIt.remove();
391 transplantArrayItemAlias (propertyIt, currProp, baseNode);
400 propertyIt.remove();
412 * @param propertyIt the property iterator of the old schema (used to delete the property)
417 private static void transplantArrayItemAlias(Iterator propertyIt, XMPNode childNode
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-entitymanager.jar 

Completed in 280 milliseconds