Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c26486 xmlNodePtr textChild; in xmlSchemaValidatorPopElem() local
26494 textChild = xmlNewDocText(inode->node->doc, in xmlSchemaValidatorPopElem()
26498 textChild = xmlNewDocText(inode->node->doc, in xmlSchemaValidatorPopElem()
26500 if (textChild == NULL) { in xmlSchemaValidatorPopElem()
26505 xmlAddChild(inode->node, textChild); in xmlSchemaValidatorPopElem()