Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c26719 xmlSchemaVPushText(xmlSchemaValidCtxtPtr vctxt, in xmlSchemaVPushText() function
27198 ret = xmlSchemaVPushText(vctxt, nodeType, BAD_CAST value, in xmlSchemaVReaderWalk()
27249 if (xmlSchemaVPushText(vctxt, XML_TEXT_NODE, ch, len, in xmlSchemaSAXHandleText()
27274 if (xmlSchemaVPushText(vctxt, XML_CDATA_SECTION_NODE, ch, len, in xmlSchemaSAXHandleCDataSection()
27974 ret = xmlSchemaVPushText(vctxt, node->type, node->content, in xmlSchemaVDocWalk()