Lines Matching refs:textChild
26228 xmlNodePtr textChild;26236 textChild = xmlNewText(BAD_CAST normValue);26239 textChild = xmlNewText(inode->decl->value);26240 if (textChild == NULL) {26245 xmlAddChild(inode->node, textChild);