Searched refs:textChild (Results 1 – 1 of 1) sorted by relevance
26270 xmlNodePtr textChild; in xmlSchemaValidatorPopElem() local26278 textChild = xmlNewText(BAD_CAST normValue); in xmlSchemaValidatorPopElem()26281 textChild = xmlNewText(inode->decl->value); in xmlSchemaValidatorPopElem()26282 if (textChild == NULL) { in xmlSchemaValidatorPopElem()26287 xmlAddChild(inode->node, textChild); in xmlSchemaValidatorPopElem()