Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c26706 xmlSchemaVPushText(xmlSchemaValidCtxtPtr vctxt, in xmlSchemaVPushText() function
27185 ret = xmlSchemaVPushText(vctxt, nodeType, BAD_CAST value, in xmlSchemaVReaderWalk()
27236 if (xmlSchemaVPushText(vctxt, XML_TEXT_NODE, ch, len, in xmlSchemaSAXHandleText()
27261 if (xmlSchemaVPushText(vctxt, XML_CDATA_SECTION_NODE, ch, len, in xmlSchemaSAXHandleCDataSection()
27954 ret = xmlSchemaVPushText(vctxt, node->type, node->content, in xmlSchemaVDocWalk()