Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java329 int lookBehindPos = m_queueMark - (n + 1); in lookbehind() local
331 if (lookBehindPos >= 0) in lookbehind()
333 String lookbehind = (String) m_ops.m_tokenQueue.elementAt(lookBehindPos); in lookbehind()