Searched refs:m_currentExpressionNodes (Results 1 – 1 of 1) sorted by relevance
322 m_currentExpressionNodes.push(DTM.NULL); in XPathContext()382 m_currentExpressionNodes.removeAllElements(); in reset()391 m_currentExpressionNodes.push(DTM.NULL); in reset()748 m_currentExpressionNodes.push(cn); in pushCurrentNodeAndExpression()757 m_currentExpressionNodes.quickPop(1); in popCurrentNodeAndExpression()770 m_currentExpressionNodes.push(cn); in pushExpressionState()780 m_currentExpressionNodes.quickPop(1); in popExpressionState()859 private IntStack m_currentExpressionNodes = new IntStack(RECURSIONLIMIT); field in XPathContext862 public IntStack getCurrentExpressionNodeStack() { return m_currentExpressionNodes; } in getCurrentExpressionNodeStack()863 public void setCurrentExpressionNodeStack(IntStack nv) { m_currentExpressionNodes = nv; } in setCurrentExpressionNodeStack()[all …]