Home
last modified time | relevance | path

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

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNodeUtils.java462 int stepKind = nextStep.getKind(); in followXPathStep() local
464 if (stepKind == XMPPath.STRUCT_FIELD_STEP) in followXPathStep()
468 else if (stepKind == XMPPath.QUALIFIER_STEP) in followXPathStep()
482 if (stepKind == XMPPath.ARRAY_INDEX_STEP) in followXPathStep()
486 else if (stepKind == XMPPath.ARRAY_LAST_STEP) in followXPathStep()
490 else if (stepKind == XMPPath.FIELD_SELECTOR_STEP) in followXPathStep()
497 else if (stepKind == XMPPath.QUAL_SELECTOR_STEP) in followXPathStep()