Lines Matching refs:textChild
26181 xmlNodePtr textChild;26189 textChild = xmlNewText(BAD_CAST normValue);26192 textChild = xmlNewText(inode->decl->value);26193 if (textChild == NULL) {26198 xmlAddChild(inode->node, textChild);