Lines Matching refs:textChild
26241 xmlNodePtr textChild;26249 textChild = xmlNewText(BAD_CAST normValue);26252 textChild = xmlNewText(inode->decl->value);26253 if (textChild == NULL) {26258 xmlAddChild(inode->node, textChild);