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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/operations/
H A DVariable.java90 m_isGlobal = isGlobal;
100 return m_isGlobal;
107 protected boolean m_isGlobal = false; field in class:Variable
133 m_isGlobal = true;
215 if(m_isGlobal)
248 // m_isGlobal = vvar.getIsTopLevel();

Completed in 29 milliseconds