Home
last modified time | relevance | path

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

/external/libxml2/
Dschematron.c47 #define IS_SCHEMATRON(node, elem) \ macro
887 if (IS_SCHEMATRON(cur, "assert")) { in xmlSchematronParseRule()
910 } else if (IS_SCHEMATRON(cur, "report")) { in xmlSchematronParseRule()
979 if (IS_SCHEMATRON(cur, "rule")) { in xmlSchematronParsePattern()
1140 if (!IS_SCHEMATRON(root, "schema")) { in xmlSchematronParse()
1157 if (IS_SCHEMATRON(cur, "title")) { in xmlSchematronParse()
1166 while (IS_SCHEMATRON(cur, "ns")) { in xmlSchematronParse()
1192 if (IS_SCHEMATRON(cur, "pattern")) { in xmlSchematronParse()
1304 else if (IS_SCHEMATRON(child, "name")) { in xmlSchematronFormatReport()