Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c26747 xmlSchemaVPushText(xmlSchemaValidCtxtPtr vctxt, in xmlSchemaVPushText() function
27227 ret = xmlSchemaVPushText(vctxt, nodeType, BAD_CAST value, in xmlSchemaVReaderWalk()
27278 if (xmlSchemaVPushText(vctxt, XML_TEXT_NODE, ch, len, in xmlSchemaSAXHandleText()
27303 if (xmlSchemaVPushText(vctxt, XML_CDATA_SECTION_NODE, ch, len, in xmlSchemaSAXHandleCDataSection()
28034 ret = xmlSchemaVPushText(vctxt, node->type, node->content, in xmlSchemaVDocWalk()