OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qualPath
(Results
1 - 2
of
2
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPPathFactory.java
149
XMPPath
qualPath
= XMPPathParser.expandXPath(qualNS, qualName);
150
if (
qualPath
.size() != 2)
155
return "/?" +
qualPath
.getSegment(XMPPath.STEP_ROOT_PROP).getName();
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java
247
String
qualPath
= propName + XMPPathFactory.composeQualifierPath(qualNS, qualName);
248
deleteProperty(schemaNS,
qualPath
);
981
String
qualPath
= propName + XMPPathFactory.composeQualifierPath(qualNS, qualName);
982
return getProperty(schemaNS,
qualPath
);
1152
String
qualPath
= propName + XMPPathFactory.composeQualifierPath(qualNS, qualName);
1153
setProperty(schemaNS,
qualPath
, qualValue, options);
[
all
...]
Completed in 654 milliseconds