Lines Matching refs:IS_RELAXNG

42 #define IS_RELAXNG(node, typ)						\  macro
1537 if ((name == NULL) && (IS_RELAXNG(tmp, "start"))) { in xmlRelaxNGRemoveRedefine()
1541 } else if ((name != NULL) && (IS_RELAXNG(tmp, "define"))) { in xmlRelaxNGRemoveRedefine()
1552 } else if (IS_RELAXNG(tmp, "include")) { in xmlRelaxNGRemoveRedefine()
1697 if (!IS_RELAXNG(root, "grammar")) { in xmlRelaxNGLoadInclude()
1709 if (IS_RELAXNG(cur, "start")) { in xmlRelaxNGLoadInclude()
1719 } else if (IS_RELAXNG(cur, "define")) { in xmlRelaxNGLoadInclude()
3475 if ((IS_RELAXNG(node, "data")) || (IS_RELAXNG(node, "value"))) { in xmlRelaxNGGetDataTypeLibrary()
4512 if (IS_RELAXNG(child, "element")) { in xmlRelaxNGParseInterleave()
4824 if (IS_RELAXNG(node, "element")) { in xmlRelaxNGParsePattern()
4826 } else if (IS_RELAXNG(node, "attribute")) { in xmlRelaxNGParsePattern()
4828 } else if (IS_RELAXNG(node, "empty")) { in xmlRelaxNGParsePattern()
4837 } else if (IS_RELAXNG(node, "text")) { in xmlRelaxNGParsePattern()
4846 } else if (IS_RELAXNG(node, "zeroOrMore")) { in xmlRelaxNGParsePattern()
4858 } else if (IS_RELAXNG(node, "oneOrMore")) { in xmlRelaxNGParsePattern()
4870 } else if (IS_RELAXNG(node, "optional")) { in xmlRelaxNGParsePattern()
4882 } else if (IS_RELAXNG(node, "choice")) { in xmlRelaxNGParsePattern()
4894 } else if (IS_RELAXNG(node, "group")) { in xmlRelaxNGParsePattern()
4906 } else if (IS_RELAXNG(node, "ref")) { in xmlRelaxNGParsePattern()
4959 } else if (IS_RELAXNG(node, "data")) { in xmlRelaxNGParsePattern()
4961 } else if (IS_RELAXNG(node, "value")) { in xmlRelaxNGParsePattern()
4963 } else if (IS_RELAXNG(node, "list")) { in xmlRelaxNGParsePattern()
4975 } else if (IS_RELAXNG(node, "interleave")) { in xmlRelaxNGParsePattern()
4977 } else if (IS_RELAXNG(node, "externalRef")) { in xmlRelaxNGParsePattern()
4979 } else if (IS_RELAXNG(node, "notAllowed")) { in xmlRelaxNGParsePattern()
4989 } else if (IS_RELAXNG(node, "grammar")) { in xmlRelaxNGParsePattern()
5016 } else if (IS_RELAXNG(node, "parentRef")) { in xmlRelaxNGParsePattern()
5070 } else if (IS_RELAXNG(node, "mixed")) { in xmlRelaxNGParsePattern()
5206 if (!IS_RELAXNG(node, "except")) { in xmlRelaxNGParseExceptNameClass()
5268 if ((IS_RELAXNG(node, "name")) || (IS_RELAXNG(node, "anyName")) || in xmlRelaxNGParseNameClass()
5269 (IS_RELAXNG(node, "nsName"))) { in xmlRelaxNGParseNameClass()
5282 if (IS_RELAXNG(node, "name")) { in xmlRelaxNGParseNameClass()
5312 } else if (IS_RELAXNG(node, "anyName")) { in xmlRelaxNGParseNameClass()
5321 } else if (IS_RELAXNG(node, "nsName")) { in xmlRelaxNGParseNameClass()
5342 } else if (IS_RELAXNG(node, "choice")) { in xmlRelaxNGParseNameClass()
5522 if (IS_RELAXNG(nodes, "element")) { in xmlRelaxNGParsePatterns()
5573 if (IS_RELAXNG(nodes, "empty")) { in xmlRelaxNGParseStart()
5582 } else if (IS_RELAXNG(nodes, "notAllowed")) { in xmlRelaxNGParseStart()
5632 if (IS_RELAXNG(nodes, "start")) { in xmlRelaxNGParseGrammarContent()
5641 } else if (IS_RELAXNG(nodes, "define")) { in xmlRelaxNGParseGrammarContent()
5645 } else if (IS_RELAXNG(nodes, "include")) { in xmlRelaxNGParseGrammarContent()
6657 if (IS_RELAXNG(node, "grammar")) { in xmlRelaxNGParseDocument()