Searched refs:ARRAY_LAST_STEP (Results 1 – 4 of 4) sorted by relevance
33 public static final int ARRAY_LAST_STEP = 0x04; field in XMPPath
136 case XMPPath.ARRAY_LAST_STEP: in toString()
273 segment = new XMPPathSegment(null, XMPPath.ARRAY_LAST_STEP); in parseIndexSegment()
486 else if (stepKind == XMPPath.ARRAY_LAST_STEP) in followXPathStep()