Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Derror.c298 ((domain == XML_FROM_PARSER) || (domain == XML_FROM_SCHEMASV)|| in xmlReportError()
344 case XML_FROM_SCHEMASV: in xmlReportError()
H A Dschematron.c297 __xmlSimpleError(XML_FROM_SCHEMASV, XML_ERR_NO_MEMORY, node, NULL, in xmlSchematronVErrMemory()
H A Dxmlschemas.c2061 __xmlSimpleError(XML_FROM_SCHEMASV, XML_ERR_NO_MEMORY, node, NULL, in xmlSchemaVErrMemory()
2166 node, XML_FROM_SCHEMASV, in xmlSchemaErr4Line()
/reactos/sdk/include/reactos/libs/libxml/
H A Dxmlerror.h54 XML_FROM_SCHEMASV, /* The W3C XML Schemas validation module */ enumerator