Searched refs:RECURSIONLIMIT (Results 1 – 3 of 3) sorted by relevance
143 int linksSize = (_links == null) ? XPathContext.RECURSIONLIMIT in reset()145 int varArraySize = (_stackFrames == null) ? XPathContext.RECURSIONLIMIT * 2 in reset()218 XObject newsf[] = new XObject[_stackFrames.length + XPathContext.RECURSIONLIMIT + size]; in link()
396 ObjectStack m_saxLocations = new ObjectStack(RECURSIONLIMIT);716 public static final int RECURSIONLIMIT = (1024*4); field in XPathContext722 private IntStack m_currentNodes = new IntStack(RECURSIONLIMIT);859 private IntStack m_currentExpressionNodes = new IntStack(RECURSIONLIMIT);912 = new ObjectStack(RECURSIONLIMIT);
192 = new ObjectStack(XPathContext.RECURSIONLIMIT);