Searched refs:m_isTopLevel (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncLast.java41 private boolean m_isTopLevel; field in class:FuncLast
49 m_isTopLevel = compiler.getLocationPathDepth() == -1;
67 SubContextList iter = m_isTopLevel ? null : xctxt.getSubContextList();
H A DFuncPosition.java40 private boolean m_isTopLevel; field in class:FuncPosition
48 m_isTopLevel = compiler.getLocationPathDepth() == -1;
64 SubContextList iter = m_isTopLevel ? null : xctxt.getSubContextList();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DLocPathIterator.java336 m_isTopLevel = b;
349 return m_isTopLevel;
379 if (m_isTopLevel)
958 private boolean m_isTopLevel = false; field in class:LocPathIterator

Completed in 24 milliseconds