Home
last modified time | relevance | path

Searched refs:XMPPathParser (Results 1 – 6 of 6) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPPathFactory.java14 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/
DXMPMetaImpl.java24 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 …]
DXMPUtilsImpl.java23 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()
DXMPIteratorImpl.java20 import com.adobe.xmp.impl.xpath.XMPPathParser;
77 XMPPath path = XMPPathParser.expandXPath(schemaNS, propPath); in XMPIteratorImpl()
DXMPNormalizer.java25 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/
DXMPPathParser.java24 public final class XMPPathParser class
29 private XMPPathParser() in XMPPathParser() method in XMPPathParser