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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 145 XMPNode arrayNode = XMPNodeUtils.findChildNode(currSchema, "exif:UserComment",
156 XMPNode dmCopyright = XMPNodeUtils.findChildNode(currSchema, "xmpDM:copyright",
165 XMPNode arrayNode = XMPNodeUtils.findChildNode(currSchema, "xmpRights:UsageTerms",
331 .findChildNode(baseSchema,
448 XMPNode gpsDateTime = XMPNodeUtils.findChildNode(exifSchema, "exif:GPSTimeStamp", false);
467 XMPNode otherDate = XMPNodeUtils.findChildNode(exifSchema, "exif:DateTimeOriginal",
471 otherDate = XMPNodeUtils.findChildNode(exifSchema, "exif:DateTimeDigitized", false);
600 XMPNode dcRightsArray = XMPNodeUtils.findChildNode (dcSchema, "dc:rights", false);
XMPNodeUtils.java 147 static XMPNode findChildNode(XMPNode parent, String childName, boolean createNodes)
466 nextNode = findChildNode(parentNode, nextStep.getName(), createNodes);
XMPUtilsImpl.java 601 XMPNode destNode = XMPNodeUtils.findChildNode(destParent, sourceNode.getName(), false);
784 XMPNode rightField = XMPNodeUtils.findChildNode(rightNode, leftField.getName(),
    [all...]

Completed in 30 milliseconds