Home
last modified time | relevance | path

Searched refs:m_textLiteralChild (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XSLT/
H A DElemTemplateElement.cpp344 assert(m_textLiteralChild != 0); in beginChildrenToString()
346 result.assign(m_textLiteralChild->getText(), m_textLiteralChild->getLength()); in beginChildrenToString()
504 assert(m_textLiteralChild != 0); in childrenToString()
506 assign(result, m_textLiteralChild->getText(), m_textLiteralChild->getLength()); in childrenToString()
527 m_textLiteralChild->getText()); in childrenToResultAttribute()
H A DElemTemplateElement.hpp1193 const ElemTextLiteral* m_textLiteralChild; member