Home | History | Annotate | Download | only in sax2dtm

Lines Matching defs:lastNode

2039     int lastNode = m_previous;
2043 // If lastNode is still DTM.NULL, this element had no children
2044 if (DTM.NULL == lastNode)
2047 m_nextsib.setElementAt(DTM.NULL,lastNode);