Home | History | Annotate | Download | only in dom2dtm

Lines Matching refs:setElementAt

156           m_firstch.setElementAt(DTM.NULL,attrIndex);
160 m_nextsib.setElementAt(DTM.NULL,attrIndex);
248 m_firstch.setElementAt(NOTPROCESSED,nodeIndex);
249 m_nextsib.setElementAt(NOTPROCESSED,nodeIndex);
250 m_prevsib.setElementAt(previousSibling,nodeIndex);
251 m_parent.setElementAt(parentIndex,nodeIndex);
259 m_firstch.setElementAt(nodeIndex,parentIndex);
296 m_exptype.setElementAt(expandedNameID,nodeIndex);
301 m_nextsib.setElementAt(nodeIndex,previousSibling);
383 m_firstch.setElementAt(NULL,m_last_kid);
423 setElementAt(NULL,m_last_parent); // Popping from an element
425 m_nextsib.setElementAt(NULL,m_last_kid); // Popping from anything else
449 m_nextsib.setElementAt(NULL,0);
544 m_firstch.setElementAt(DTM.NULL,attrIndex);
575 m_firstch.setElementAt(DTM.NULL,attrIndex);
579 m_nextsib.setElementAt(DTM.NULL,attrIndex);