Searched defs:itemElem (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c2890 * @itemElem: the node of the schema item
2902 xmlNodePtr itemElem,
2910 xmlSchemaFormatItemForReport(&des, NULL, item, itemElem);
2914 if ((itemElem == NULL) && (item != NULL))
2915 itemElem = WXS_ITEM_NODE(item);
2916 xmlSchemaPErrExt(ctxt, itemElem, error, NULL, NULL, NULL,
2928 * @itemElem: the node of the schema item
2938 xmlNodePtr itemElem,
2942 xmlSchemaPCustomErrExt(ctxt, error, item, itemElem, message,
2952 * @itemElem
2899 xmlSchemaPCustomErrExt(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr item, xmlNodePtr itemElem, const char *message, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3) argument
2935 xmlSchemaPCustomErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr item, xmlNodePtr itemElem, const char *message, const xmlChar *str1) argument
[all...]
/external/libxml2/
H A Dxmlschemas.c2909 * @itemElem: the node of the schema item
2921 xmlNodePtr itemElem,
2929 xmlSchemaFormatItemForReport(&des, NULL, item, itemElem);
2933 if ((itemElem == NULL) && (item != NULL))
2934 itemElem = WXS_ITEM_NODE(item);
2935 xmlSchemaPErrExt(ctxt, itemElem, error, NULL, NULL, NULL,
2947 * @itemElem: the node of the schema item
2957 xmlNodePtr itemElem,
2961 xmlSchemaPCustomErrExt(ctxt, error, item, itemElem, message,
2971 * @itemElem
2918 xmlSchemaPCustomErrExt(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr item, xmlNodePtr itemElem, const char *message, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3) argument
2954 xmlSchemaPCustomErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr item, xmlNodePtr itemElem, const char *message, const xmlChar *str1) argument
[all...]

Completed in 777 milliseconds