Searched defs:m_isTopLevel (Results 1 - 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncLast.java39 private boolean m_isTopLevel; field in class:FuncLast
47 m_isTopLevel = compiler.getLocationPathDepth() == -1;
65 SubContextList iter = m_isTopLevel ? null : xctxt.getSubContextList();
H A DFuncPosition.java38 private boolean m_isTopLevel; field in class:FuncPosition
46 m_isTopLevel = compiler.getLocationPathDepth() == -1;
62 SubContextList iter = m_isTopLevel ? null : xctxt.getSubContextList();
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemVariable.java166 private boolean m_isTopLevel = false; field in class:ElemVariable
177 m_isTopLevel = v;
189 return m_isTopLevel;
226 m_isTopLevel = param.m_isTopLevel;
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DLocPathIterator.java334 m_isTopLevel = b;
347 return m_isTopLevel;
377 if (m_isTopLevel)
956 private boolean m_isTopLevel = false; field in class:LocPathIterator

Completed in 89 milliseconds