Searched refs:recursiveVarContext (Results 1 – 1 of 1) sorted by relevance
319 public XPathContext(boolean recursiveVarContext) { in XPathContext() argument324 m_variableStacks = recursiveVarContext ? new VariableStack() in XPathContext()348 public XPathContext(Object owner, boolean recursiveVarContext) { in XPathContext() argument349 this(recursiveVarContext); in XPathContext()