IS_RELAXNG       1536 third_party/libxml/src/relaxng.c         if ((name == NULL) && (IS_RELAXNG(tmp, "start"))) {
IS_RELAXNG       1540 third_party/libxml/src/relaxng.c         } else if ((name != NULL) && (IS_RELAXNG(tmp, "define"))) {
IS_RELAXNG       1551 third_party/libxml/src/relaxng.c         } else if (IS_RELAXNG(tmp, "include")) {
IS_RELAXNG       1696 third_party/libxml/src/relaxng.c     if (!IS_RELAXNG(root, "grammar")) {
IS_RELAXNG       1708 third_party/libxml/src/relaxng.c         if (IS_RELAXNG(cur, "start")) {
IS_RELAXNG       1718 third_party/libxml/src/relaxng.c         } else if (IS_RELAXNG(cur, "define")) {
IS_RELAXNG       3477 third_party/libxml/src/relaxng.c     if ((IS_RELAXNG(node, "data")) || (IS_RELAXNG(node, "value"))) {
IS_RELAXNG       4510 third_party/libxml/src/relaxng.c         if (IS_RELAXNG(child, "element")) {
IS_RELAXNG       4822 third_party/libxml/src/relaxng.c     if (IS_RELAXNG(node, "element")) {
IS_RELAXNG       4824 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "attribute")) {
IS_RELAXNG       4826 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "empty")) {
IS_RELAXNG       4835 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "text")) {
IS_RELAXNG       4844 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "zeroOrMore")) {
IS_RELAXNG       4856 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "oneOrMore")) {
IS_RELAXNG       4868 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "optional")) {
IS_RELAXNG       4880 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "choice")) {
IS_RELAXNG       4892 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "group")) {
IS_RELAXNG       4904 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "ref")) {
IS_RELAXNG       4957 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "data")) {
IS_RELAXNG       4959 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "value")) {
IS_RELAXNG       4961 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "list")) {
IS_RELAXNG       4973 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "interleave")) {
IS_RELAXNG       4975 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "externalRef")) {
IS_RELAXNG       4977 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "notAllowed")) {
IS_RELAXNG       4987 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "grammar")) {
IS_RELAXNG       5014 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "parentRef")) {
IS_RELAXNG       5068 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "mixed")) {
IS_RELAXNG       5204 third_party/libxml/src/relaxng.c     if (!IS_RELAXNG(node, "except")) {
IS_RELAXNG       5266 third_party/libxml/src/relaxng.c     if ((IS_RELAXNG(node, "name")) || (IS_RELAXNG(node, "anyName")) ||
IS_RELAXNG       5267 third_party/libxml/src/relaxng.c         (IS_RELAXNG(node, "nsName"))) {
IS_RELAXNG       5280 third_party/libxml/src/relaxng.c     if (IS_RELAXNG(node, "name")) {
IS_RELAXNG       5310 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "anyName")) {
IS_RELAXNG       5319 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "nsName")) {
IS_RELAXNG       5340 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(node, "choice")) {
IS_RELAXNG       5520 third_party/libxml/src/relaxng.c         if (IS_RELAXNG(nodes, "element")) {
IS_RELAXNG       5571 third_party/libxml/src/relaxng.c     if (IS_RELAXNG(nodes, "empty")) {
IS_RELAXNG       5580 third_party/libxml/src/relaxng.c     } else if (IS_RELAXNG(nodes, "notAllowed")) {
IS_RELAXNG       5630 third_party/libxml/src/relaxng.c         if (IS_RELAXNG(nodes, "start")) {
IS_RELAXNG       5639 third_party/libxml/src/relaxng.c         } else if (IS_RELAXNG(nodes, "define")) {
IS_RELAXNG       5643 third_party/libxml/src/relaxng.c         } else if (IS_RELAXNG(nodes, "include")) {
IS_RELAXNG       6655 third_party/libxml/src/relaxng.c     if (IS_RELAXNG(node, "grammar")) {