Searched refs:m_firstChild (Results 1 – 7 of 7) sorted by relevance
264 if (null == m_firstChild) in appendChild()266 m_firstChild = elem; in appendChild()300 if (null == m_firstChild) in appendChild()302 m_firstChild = elem; in appendChild()324 return (null != m_firstChild); in hasChildNodes()368 if (childETE == m_firstChild) in removeChild()369 m_firstChild = childETE.m_nextSibling; in removeChild()411 if (m_firstChild == oldChildElem) in replaceChild()412 m_firstChild = newChildElem; in replaceChild()448 Node node = m_firstChild; in insertBefore()[all …]
58 for (ElemTemplateElement child = m_firstChild; child != null; in executeFallbacks()84 for (ElemTemplateElement child = m_firstChild; child != null; in hasFallbackChildren()
154 for (ElemTemplateElement child = m_firstChild; child != null; in executeFallbacks()180 for (ElemTemplateElement child = m_firstChild; child != null; in hasFallbackChildren()
422 varElem.m_firstChild = null; in rewriteChildToExpression()437 varElem.m_firstChild = null; in rewriteChildToExpression()
379 for (ElemTemplateElement t = this.m_firstChild; t != null; in transformSelectedNodes()
363 for (ElemTemplateElement t = template.m_firstChild; in transformSelectedNodes()
56 private int m_firstChild; field in DTMChildIterNodeList79 m_firstChild=parentDTM.getFirstChild(parentHandle); in DTMChildIterNodeList()96 int handle=m_firstChild; in item()112 for (int handle=m_firstChild; in getLength()