Searched refs:expandXPath (Results 1 – 6 of 6) sorted by relevance
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPPathFactory.java | 120 XMPPath fieldPath = XMPPathParser.expandXPath(fieldNS, fieldName); in composeStructFieldPath() 149 XMPPath qualPath = XMPPathParser.expandXPath(qualNS, qualName); in composeQualifierPath() 224 XMPPath fieldPath = XMPPathParser.expandXPath(fieldNS, fieldName); in composeFieldSelector()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPMetaImpl.java | 111 XMPPath arrayPath = XMPPathParser.expandXPath(schemaNS, arrayName); in appendArrayItem() 172 XMPPath arrayPath = XMPPathParser.expandXPath(schemaNS, arrayName); in countArrayItems() 221 XMPPath expPath = XMPPathParser.expandXPath(schemaNS, propName); in deleteProperty() 290 XMPPath expPath = XMPPathParser.expandXPath(schemaNS, propName); in doesPropertyExist() 393 XMPPath arrayPath = XMPPathParser.expandXPath(schemaNS, altTextName); in getLocalizedText() 453 XMPPath arrayPath = XMPPathParser.expandXPath(schemaNS, altTextName); 668 final XMPPath expPath = XMPPathParser.expandXPath(schemaNS, propName); 735 final XMPPath expPath = XMPPathParser.expandXPath(schemaNS, propName); 1041 XMPPath arrayPath = XMPPathParser.expandXPath(schemaNS, arrayName); 1077 XMPPath arrayPath = XMPPathParser.expandXPath(schemaNS, arrayName); [all …]
|
D | XMPUtilsImpl.java | 104 XMPPath arrayPath = XMPPathParser.expandXPath(schemaNS, arrayName); in catenateArrayItems() 354 XMPPath arrayPath = XMPPathParser.expandXPath(schemaNS, arrayName); in separateFindCreateArray() 426 XMPPath expPath = XMPPathParser.expandXPath(schemaNS, propName); in removeProperties() 475 XMPPath path = XMPPathParser.expandXPath(info.getNamespace(), info in removeProperties()
|
D | XMPIteratorImpl.java | 77 XMPPath path = XMPPathParser.expandXPath(schemaNS, propPath); in XMPIteratorImpl()
|
D | XMPNormalizer.java | 101 XMPPath path = XMPPathParser.expandXPath(XMPConst.NS_XMP_MM, "InstanceID"); in tweakOldXMP()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/ |
D | XMPPathParser.java | 84 public static XMPPath expandXPath(String schemaNS, String path) throws XMPException in expandXPath() method in XMPPathParser
|