Searched refs:textChild (Results 1 – 1 of 1) sorted by relevance
26452 xmlNodePtr textChild; in xmlSchemaValidatorPopElem() local26460 textChild = xmlNewText(BAD_CAST normValue); in xmlSchemaValidatorPopElem()26463 textChild = xmlNewText(inode->decl->value); in xmlSchemaValidatorPopElem()26464 if (textChild == NULL) { in xmlSchemaValidatorPopElem()26469 xmlAddChild(inode->node, textChild); in xmlSchemaValidatorPopElem()