Home | History | Annotate | Download | only in axes

Lines Matching refs:m_currentNode

179   	m_currentNode = DTM.NULL;
225 m_currentNode = root;
252 return m_currentNode;
327 m_currentNode = m_traverser.first(m_root);
333 else if(DTM.NULL != m_currentNode)
335 m_currentNode = m_traverser.next(m_root, m_currentNode);
338 if (DTM.NULL == m_currentNode)
341 return m_currentNode;
572 private transient int m_currentNode = DTM.NULL;