Home
last modified time | relevance | path

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

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