Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/
DVariableStack.java143 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()
DXPathContext.java396 ObjectStack m_saxLocations = new ObjectStack(RECURSIONLIMIT);
716 public static final int RECURSIONLIMIT = (1024*4); field in XPathContext
722 private IntStack m_currentNodes = new IntStack(RECURSIONLIMIT);
859 private IntStack m_currentExpressionNodes = new IntStack(RECURSIONLIMIT);
912 = new ObjectStack(RECURSIONLIMIT);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerImpl.java192 = new ObjectStack(XPathContext.RECURSIONLIMIT);