Lines Matching refs:IS_RELAXNG

43 #define IS_RELAXNG(node, typ)						\  macro
1538 if ((name == NULL) && (IS_RELAXNG(tmp, "start"))) { in xmlRelaxNGRemoveRedefine()
1542 } else if ((name != NULL) && (IS_RELAXNG(tmp, "define"))) { in xmlRelaxNGRemoveRedefine()
1553 } else if (IS_RELAXNG(tmp, "include")) { in xmlRelaxNGRemoveRedefine()
1701 if (!IS_RELAXNG(root, "grammar")) { in xmlRelaxNGLoadInclude()
1713 if (IS_RELAXNG(cur, "start")) { in xmlRelaxNGLoadInclude()
1723 } else if (IS_RELAXNG(cur, "define")) { in xmlRelaxNGLoadInclude()
1745 if (IS_RELAXNG(cur, "div") && cur->children != NULL) { in xmlRelaxNGLoadInclude()
3492 if ((IS_RELAXNG(node, "data")) || (IS_RELAXNG(node, "value"))) { in xmlRelaxNGGetDataTypeLibrary()
4535 if (IS_RELAXNG(child, "element")) { in xmlRelaxNGParseInterleave()
4847 if (IS_RELAXNG(node, "element")) { in xmlRelaxNGParsePattern()
4849 } else if (IS_RELAXNG(node, "attribute")) { in xmlRelaxNGParsePattern()
4851 } else if (IS_RELAXNG(node, "empty")) { in xmlRelaxNGParsePattern()
4860 } else if (IS_RELAXNG(node, "text")) { in xmlRelaxNGParsePattern()
4869 } else if (IS_RELAXNG(node, "zeroOrMore")) { in xmlRelaxNGParsePattern()
4881 } else if (IS_RELAXNG(node, "oneOrMore")) { in xmlRelaxNGParsePattern()
4893 } else if (IS_RELAXNG(node, "optional")) { in xmlRelaxNGParsePattern()
4905 } else if (IS_RELAXNG(node, "choice")) { in xmlRelaxNGParsePattern()
4917 } else if (IS_RELAXNG(node, "group")) { in xmlRelaxNGParsePattern()
4929 } else if (IS_RELAXNG(node, "ref")) { in xmlRelaxNGParsePattern()
4982 } else if (IS_RELAXNG(node, "data")) { in xmlRelaxNGParsePattern()
4984 } else if (IS_RELAXNG(node, "value")) { in xmlRelaxNGParsePattern()
4986 } else if (IS_RELAXNG(node, "list")) { in xmlRelaxNGParsePattern()
4998 } else if (IS_RELAXNG(node, "interleave")) { in xmlRelaxNGParsePattern()
5000 } else if (IS_RELAXNG(node, "externalRef")) { in xmlRelaxNGParsePattern()
5002 } else if (IS_RELAXNG(node, "notAllowed")) { in xmlRelaxNGParsePattern()
5012 } else if (IS_RELAXNG(node, "grammar")) { in xmlRelaxNGParsePattern()
5039 } else if (IS_RELAXNG(node, "parentRef")) { in xmlRelaxNGParsePattern()
5093 } else if (IS_RELAXNG(node, "mixed")) { in xmlRelaxNGParsePattern()
5229 if (!IS_RELAXNG(node, "except")) { in xmlRelaxNGParseExceptNameClass()
5291 if ((IS_RELAXNG(node, "name")) || (IS_RELAXNG(node, "anyName")) || in xmlRelaxNGParseNameClass()
5292 (IS_RELAXNG(node, "nsName"))) { in xmlRelaxNGParseNameClass()
5305 if (IS_RELAXNG(node, "name")) { in xmlRelaxNGParseNameClass()
5335 } else if (IS_RELAXNG(node, "anyName")) { in xmlRelaxNGParseNameClass()
5344 } else if (IS_RELAXNG(node, "nsName")) { in xmlRelaxNGParseNameClass()
5365 } else if (IS_RELAXNG(node, "choice")) { in xmlRelaxNGParseNameClass()
5549 if (IS_RELAXNG(nodes, "element")) { in xmlRelaxNGParsePatterns()
5600 if (IS_RELAXNG(nodes, "empty")) { in xmlRelaxNGParseStart()
5609 } else if (IS_RELAXNG(nodes, "notAllowed")) { in xmlRelaxNGParseStart()
5659 if (IS_RELAXNG(nodes, "start")) { in xmlRelaxNGParseGrammarContent()
5668 } else if (IS_RELAXNG(nodes, "define")) { in xmlRelaxNGParseGrammarContent()
5672 } else if (IS_RELAXNG(nodes, "include")) { in xmlRelaxNGParseGrammarContent()
6683 if (IS_RELAXNG(node, "grammar")) { in xmlRelaxNGParseDocument()