OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XMPPathParser
(Results
1 - 6
of
6
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPPathFactory.java
14
import com.adobe.xmp.impl.xpath.
XMPPathParser
;
120
XMPPath fieldPath =
XMPPathParser
.expandXPath(fieldNS, fieldName);
149
XMPPath qualPath =
XMPPathParser
.expandXPath(qualNS, qualName);
224
XMPPath fieldPath =
XMPPathParser
.expandXPath(fieldNS, fieldName);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java
24
import com.adobe.xmp.impl.xpath.
XMPPathParser
;
111
XMPPath arrayPath =
XMPPathParser
.expandXPath(schemaNS, arrayName);
172
XMPPath arrayPath =
XMPPathParser
.expandXPath(schemaNS, arrayName);
221
XMPPath expPath =
XMPPathParser
.expandXPath(schemaNS, propName);
290
XMPPath expPath =
XMPPathParser
.expandXPath(schemaNS, propName);
393
XMPPath arrayPath =
XMPPathParser
.expandXPath(schemaNS, altTextName);
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
...]
XMPIteratorImpl.java
20
import com.adobe.xmp.impl.xpath.
XMPPathParser
;
77
XMPPath path =
XMPPathParser
.expandXPath(schemaNS, propPath);
XMPUtilsImpl.java
23
import com.adobe.xmp.impl.xpath.
XMPPathParser
;
104
XMPPath arrayPath =
XMPPathParser
.expandXPath(schemaNS, arrayName);
354
XMPPath arrayPath =
XMPPathParser
.expandXPath(schemaNS, arrayName);
426
XMPPath expPath =
XMPPathParser
.expandXPath(schemaNS, propName);
475
XMPPath path =
XMPPathParser
.expandXPath(info.getNamespace(), info
[
all
...]
XMPNormalizer.java
25
import com.adobe.xmp.impl.xpath.
XMPPathParser
;
101
XMPPath path =
XMPPathParser
.expandXPath(XMPConst.NS_XMP_MM, "InstanceID");
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathParser.java
24
public final class
XMPPathParser
29
private
XMPPathParser
()
Completed in 398 milliseconds