Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c2982 xmlNodePtr itemElem, in xmlSchemaPCustomErrExt() argument
2990 xmlSchemaFormatItemForReport(&des, NULL, item, itemElem); in xmlSchemaPCustomErrExt()
2994 if ((itemElem == NULL) && (item != NULL)) in xmlSchemaPCustomErrExt()
2995 itemElem = WXS_ITEM_NODE(item); in xmlSchemaPCustomErrExt()
2996 xmlSchemaPErrExt(ctxt, itemElem, error, NULL, NULL, NULL, in xmlSchemaPCustomErrExt()
3018 xmlNodePtr itemElem, in xmlSchemaPCustomErr() argument
3022 xmlSchemaPCustomErrExt(ctxt, error, item, itemElem, message, in xmlSchemaPCustomErr()