HomeSort by relevance Sort by last modified time
    Searched defs:m_last_parent (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 79 private int m_last_parent=0; field in class:DOM2DTM
129 m_last_parent=m_last_kid=NULL;
130 m_last_kid=addNode(m_root, m_last_parent,m_last_kid, NULL);
162 // IMPORTANT: This does NOT change m_last_parent or m_last_kid!
360 m_last_parent=m_last_kid;
366 m_wsfilter.getShouldStripSpace(makeNodeHandle(m_last_parent),this);
386 while(m_last_parent != NULL)
423 m_firstch.setElementAt(NULL,m_last_parent); // Popping from an element
426 m_last_parent=m_parent.elementAt(m_last_kid=m_last_parent);
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 296 milliseconds