OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expandXPath
(Results
1 - 6
of
6
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPPathFactory.java
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
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);
1077
XMPPath arrayPath = XMPPathParser.
expandXPath
(schemaNS, arrayName)
[
all
...]
XMPUtilsImpl.java
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
...]
XMPIteratorImpl.java
77
XMPPath path = XMPPathParser.
expandXPath
(schemaNS, propPath);
XMPNormalizer.java
101
XMPPath path = XMPPathParser.
expandXPath
(XMPConst.NS_XMP_MM, "InstanceID");
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathParser.java
84
public static XMPPath
expandXPath
(String schemaNS, String path) throws XMPException
Completed in 82 milliseconds