OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fieldPath
(Results
1 - 2
of
2
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPPathFactory.java
120
XMPPath
fieldPath
= XMPPathParser.expandXPath(fieldNS, fieldName);
121
if (
fieldPath
.size() != 2)
126
return '/' +
fieldPath
.getSegment(XMPPath.STEP_ROOT_PROP).getName();
224
XMPPath
fieldPath
= XMPPathParser.expandXPath(fieldNS, fieldName);
225
if (
fieldPath
.size() != 2)
230
return arrayName + '[' +
fieldPath
.getSegment(XMPPath.STEP_ROOT_PROP).getName() +
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java
269
String
fieldPath
= structName
271
deleteProperty(schemaNS,
fieldPath
);
996
String
fieldPath
= structName + XMPPathFactory.composeStructFieldPath(fieldNS, fieldName);
997
return getProperty(schemaNS,
fieldPath
);
1178
String
fieldPath
= structName + XMPPathFactory.composeStructFieldPath(fieldNS, fieldName);
1179
setProperty(schemaNS,
fieldPath
, fieldValue, options);
[
all
...]
Completed in 164 milliseconds