Searched refs:m_parentNode (Results 1 – 5 of 5) sorted by relevance
149 return m_parentNode.getStylesheetComposed(); in getStylesheetComposed()161 return (null==m_parentNode) ? null : m_parentNode.getStylesheet(); in getStylesheet()174 return m_parentNode.getStylesheetRoot(); in getStylesheetRoot()275 elem.m_parentNode = this; in appendChild()364 if (childETE == null || childETE.m_parentNode != this) in removeChild()378 childETE.m_parentNode = null; in removeChild()414 newChildElem.m_parentNode = this; in replaceChild()415 oldChildElem.m_parentNode = null; in replaceChild()522 newChildElem.m_parentNode = this; in replaceChild()523 oldChildElem.m_parentNode = null; in replaceChild()[all …]
299 if(m_parentNode instanceof Stylesheet) // Global variable in getValue()347 if(!(m_parentNode instanceof Stylesheet) && m_qname != null) in compose()351 else if (m_parentNode instanceof Stylesheet) in compose()372 if(m_parentNode instanceof Stylesheet) in endCompose()
95 int parentToken = m_parentNode.getXSLToken(); in compose()98 ((ElemTemplate)m_parentNode).m_inArgsSize++; in compose()
94 int parentElemType = m_parentNode.getXSLToken(); in executeFallback()
47 m_parentNode = parentNode; in KeyDeclaration()