Home | History | Annotate | Download | only in templates

Lines Matching defs:m_selectExpression

86   protected Expression m_selectExpression = null;
102 m_selectExpression = xpath.getExpression();
116 return m_selectExpression;
143 if (null != m_selectExpression)
144 m_selectExpression.fixupVariables(
148 m_selectExpression =
180 // if (null == m_selectExpression)
182 // m_selectExpression =
330 DTMIterator sourceNodes = m_selectExpression.asIterator(xctxt,
454 if(callAttributes && (null != m_selectExpression))
455 m_selectExpression.callVisitors(this, visitor);
472 return m_selectExpression;
481 m_selectExpression = exp;