Searched defs:m_last_parent (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java81 private int m_last_parent=0; field in class:DOM2DTM
131 m_last_parent=m_last_kid=NULL;
132 m_last_kid=addNode(m_root, m_last_parent,m_last_kid, NULL);
163 // IMPORTANT: This does NOT change m_last_parent or m_last_kid!
361 m_last_parent=m_last_kid;
367 m_wsfilter.getShouldStripSpace(makeNodeHandle(m_last_parent),this);
387 while(m_last_parent != NULL)
424 m_firstch.setElementAt(NULL,m_last_parent); // Popping from an element
427 m_last_parent=m_parent.elementAt(m_last_kid=m_last_parent);
[all...]

Completed in 30 milliseconds