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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c26584 xmlSchemaVPushText(xmlSchemaValidCtxtPtr vctxt, function
27058 ret = xmlSchemaVPushText(vctxt, nodeType, BAD_CAST value,
27064 "calling xmlSchemaVPushText()");
27109 if (xmlSchemaVPushText(vctxt, XML_TEXT_NODE, ch, len,
27112 "calling xmlSchemaVPushText()");
27134 if (xmlSchemaVPushText(vctxt, XML_CDATA_SECTION_NODE, ch, len,
27137 "calling xmlSchemaVPushText()");
27797 ret = xmlSchemaVPushText(vctxt, node->type, node->content,
27801 "calling xmlSchemaVPushText()");

Completed in 144 milliseconds