HomeSort by relevance Sort by last modified time
    Searched refs:m_isTopLevel (Results 1 - 5 of 5) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncLast.java 39 private boolean m_isTopLevel;
47 m_isTopLevel = compiler.getLocationPathDepth() == -1;
65 SubContextList iter = m_isTopLevel ? null : xctxt.getSubContextList();
FuncPosition.java 38 private boolean m_isTopLevel;
46 m_isTopLevel = compiler.getLocationPathDepth() == -1;
62 SubContextList iter = m_isTopLevel ? null : xctxt.getSubContextList();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemVariable.java 166 private boolean m_isTopLevel = false;
177 m_isTopLevel = v;
189 return m_isTopLevel;
226 m_isTopLevel = param.m_isTopLevel;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
LocPathIterator.java 334 m_isTopLevel = b;
347 return m_isTopLevel;
377 if (m_isTopLevel)
956 private boolean m_isTopLevel = false;
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 108 milliseconds