Searched defs:arrayNode (Results 1 – 5 of 5) sorted by relevance
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPNodeUtils.java | 561 private static int findIndexedItem(XMPNode arrayNode, String segment, boolean createNodes) in findIndexedItem() 604 private static int lookupFieldSelector(XMPNode arrayNode, String fieldName, String fieldValue) in lookupFieldSelector() 652 private static int lookupQualSelector(XMPNode arrayNode, String qualName, in lookupQualSelector() 703 static void normalizeLangArray(XMPNode arrayNode) in normalizeLangArray() 745 static void detectAltText(XMPNode arrayNode) in detectAltText() 777 static void appendLangItem(XMPNode arrayNode, String itemLang, String itemValue) in appendLangItem() 814 static Object[] chooseLocalizedText(XMPNode arrayNode, String genericLang, String specificLang) in chooseLocalizedText() 902 static int lookupLanguageItem(XMPNode arrayNode, String language) throws XMPException in lookupLanguageItem()
|
D | XMPNormalizer.java | 145 XMPNode arrayNode = XMPNodeUtils.findChildNode(currSchema, "exif:UserComment", in touchUpDataModel() local 165 XMPNode arrayNode = XMPNodeUtils.findChildNode(currSchema, "xmpRights:UsageTerms", in touchUpDataModel() local 242 private static void repairAltText(XMPNode arrayNode) throws XMPException in repairAltText()
|
D | XMPMetaImpl.java | 115 XMPNode arrayNode = XMPNodeUtils.findNode(tree, arrayPath, false, null); in appendArrayItem() local 173 XMPNode arrayNode = XMPNodeUtils.findNode(tree, arrayPath, false, null); in countArrayItems() local 394 XMPNode arrayNode = XMPNodeUtils.findNode(tree, arrayPath, false, null); in getLocalizedText() local
|
D | XMPUtilsImpl.java | 99 XMPNode arrayNode = null; in catenateArrayItems() local 183 XMPNode arrayNode = separateFindCreateArray(schemaNS, arrayName, arrayOptions, xmpImpl); in separateArrayItems() local 355 XMPNode arrayNode = XMPNodeUtils.findNode(xmp.getRoot(), arrayPath, false, null); in separateFindCreateArray() local
|
D | XMPSerializerRDF.java | 1143 private void emitRDFArrayTag(XMPNode arrayNode, boolean isStartTag, int indent) in emitRDFArrayTag()
|