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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 66 boolean baseSchema = schemaNS != null && schemaNS.length() > 0;
69 if (!baseSchema && !baseProperty)
74 else if (baseSchema && baseProperty)
90 else if (baseSchema && !baseProperty)
95 else // !baseSchema && baseProperty
XMPNormalizer.java 326 XMPNode baseSchema = XMPNodeUtils.findSchemaNode(tree, info
328 baseSchema.setImplicit(false);
331 .findChildNode(baseSchema,
341 baseSchema.addChild(currProp);
351 baseSchema.addChild(baseNode);

Completed in 70 milliseconds