Home
last modified time | relevance | path

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

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
DXMPPath.java35 public static final int QUAL_SELECTOR_STEP = 0x05; field in XMPPath
DXMPPathSegment.java138 case XMPPath.QUAL_SELECTOR_STEP: in toString()
DXMPPathParser.java156 segment.setKind(XMPPath.QUAL_SELECTOR_STEP); in expandXPath()
371 XMPPath.QUAL_SELECTOR_STEP); in parseRootNode()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNodeUtils.java497 else if (stepKind == XMPPath.QUAL_SELECTOR_STEP) in followXPathStep()