Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/operations/
DVariable.java88 m_isGlobal = isGlobal; in setIsGlobal()
98 return m_isGlobal; in getGlobal()
105 protected boolean m_isGlobal = false; field in Variable
131 m_isGlobal = true; in fixupVariables()
213 if(m_isGlobal) in execute()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DXUnresolvedVariable.java56 private boolean m_isGlobal; field in XUnresolvedVariable
93 m_isGlobal = isGlobal; in XUnresolvedVariable()