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
889 if (IS_SCHEMATRON(cur, "assert")) { in xmlSchematronParseRule()
912 } else if (IS_SCHEMATRON(cur, "report")) { in xmlSchematronParseRule()
981 if (IS_SCHEMATRON(cur, "rule")) { in xmlSchematronParsePattern()
1142 if (!IS_SCHEMATRON(root, "schema")) { in xmlSchematronParse()
1159 if (IS_SCHEMATRON(cur, "title")) { in xmlSchematronParse()
1168 while (IS_SCHEMATRON(cur, "ns")) { in xmlSchematronParse()
1194 if (IS_SCHEMATRON(cur, "pattern")) { in xmlSchematronParse()
1306 else if (IS_SCHEMATRON(child, "name")) { in xmlSchematronFormatReport()