Searched refs:XMPPathParser (Results 1 – 6 of 6) sorted by relevance
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPPathFactory.java | 14 import com.adobe.xmp.impl.xpath.XMPPathParser; 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 | 24 import com.adobe.xmp.impl.xpath.XMPPathParser; 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); [all …]
|
D | XMPUtilsImpl.java | 23 import com.adobe.xmp.impl.xpath.XMPPathParser; 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 | 20 import com.adobe.xmp.impl.xpath.XMPPathParser; 77 XMPPath path = XMPPathParser.expandXPath(schemaNS, propPath); in XMPIteratorImpl()
|
D | XMPNormalizer.java | 25 import com.adobe.xmp.impl.xpath.XMPPathParser; 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 | 24 public final class XMPPathParser class 29 private XMPPathParser() in XMPPathParser() method in XMPPathParser
|