Home | History | Annotate | Download | only in impl

Lines Matching refs:XMPNodeUtils

102 				XMPNode idNode = XMPNodeUtils.findNode (tree, path, true, null);
131 XMPNodeUtils.findSchemaNode(xmp.getRoot(), XMPConst.NS_DC, true);
145 XMPNode arrayNode = XMPNodeUtils.findChildNode(currSchema, "exif:UserComment",
156 XMPNode dmCopyright = XMPNodeUtils.findChildNode(currSchema, "xmpDM:copyright",
165 XMPNode arrayNode = XMPNodeUtils.findChildNode(currSchema, "xmpRights:UsageTerms",
326 XMPNode baseSchema = XMPNodeUtils.findSchemaNode(tree, info
330 XMPNode baseNode = XMPNodeUtils
377 int xdIndex = XMPNodeUtils.lookupLanguageItem(baseNode,
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);
594 XMPNode dcSchema = XMPNodeUtils.findSchemaNode(
600 XMPNode dcRightsArray = XMPNodeUtils.findChildNode (dcSchema, "dc:rights", false);
611 int xdIndex = XMPNodeUtils.lookupLanguageItem(dcRightsArray, XMPConst.X_DEFAULT);
619 xdIndex = XMPNodeUtils.lookupLanguageItem(dcRightsArray, XMPConst.X_DEFAULT);