Home
last modified time | relevance | path

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

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPPathFactory.java120 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.java111 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 …]
DXMPUtilsImpl.java104 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.java77 XMPPath path = XMPPathParser.expandXPath(schemaNS, propPath); in XMPIteratorImpl()
DXMPNormalizer.java101 XMPPath path = XMPPathParser.expandXPath(XMPConst.NS_XMP_MM, "InstanceID"); in tweakOldXMP()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
DXMPPathParser.java84 public static XMPPath expandXPath(String schemaNS, String path) throws XMPException in expandXPath() method in XMPPathParser