Searched refs:itemElem (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 2902 xmlNodePtr itemElem, in xmlSchemaPCustomErrExt() argument 2910 xmlSchemaFormatItemForReport(&des, NULL, item, itemElem); in xmlSchemaPCustomErrExt() 2914 if ((itemElem == NULL) && (item != NULL)) in xmlSchemaPCustomErrExt() 2915 itemElem = WXS_ITEM_NODE(item); in xmlSchemaPCustomErrExt() 2916 xmlSchemaPErrExt(ctxt, itemElem, error, NULL, NULL, NULL, in xmlSchemaPCustomErrExt() 2938 xmlNodePtr itemElem, in xmlSchemaPCustomErr() argument 2942 xmlSchemaPCustomErrExt(ctxt, error, item, itemElem, message, in xmlSchemaPCustomErr()
|