Home
last modified time | relevance | path

Searched refs:textChild (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c26452 xmlNodePtr textChild; in xmlSchemaValidatorPopElem() local
26460 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()