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

/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemas.c26704 xmlSchemaVPushText(xmlSchemaValidCtxtPtr vctxt, function
27183 ret = xmlSchemaVPushText(vctxt, nodeType, BAD_CAST value,
27189 "calling xmlSchemaVPushText()");
27234 if (xmlSchemaVPushText(vctxt, XML_TEXT_NODE, ch, len,
27237 "calling xmlSchemaVPushText()");
27259 if (xmlSchemaVPushText(vctxt, XML_CDATA_SECTION_NODE, ch, len,
27262 "calling xmlSchemaVPushText()");
27952 ret = xmlSchemaVPushText(vctxt, node->type, node->content,
27956 "calling xmlSchemaVPushText()");
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c26658 xmlSchemaVPushText(xmlSchemaValidCtxtPtr vctxt, function
27132 ret = xmlSchemaVPushText(vctxt, nodeType, BAD_CAST value,
27138 "calling xmlSchemaVPushText()");
27183 if (xmlSchemaVPushText(vctxt, XML_TEXT_NODE, ch, len,
27186 "calling xmlSchemaVPushText()");
27208 if (xmlSchemaVPushText(vctxt, XML_CDATA_SECTION_NODE, ch, len,
27211 "calling xmlSchemaVPushText()");
27871 ret = xmlSchemaVPushText(vctxt, node->type, node->content,
27875 "calling xmlSchemaVPushText()");

Completed in 237 milliseconds