IS_XSLT_NAME      498 third_party/libxslt/libexslt/functions.c 	   IS_XSLT_NAME(func->content, "param")) {
IS_XSLT_NAME      558 third_party/libxslt/libexslt/functions.c 	if (IS_XSLT_ELEM(test) && IS_XSLT_NAME(test, "fallback"))
IS_XSLT_NAME      575 third_party/libxslt/libexslt/functions.c 	    IS_XSLT_NAME(test, "stylesheet")) {
IS_XSLT_NAME      594 third_party/libxslt/libexslt/functions.c 	    (IS_XSLT_NAME(test, "variable") ||
IS_XSLT_NAME      595 third_party/libxslt/libexslt/functions.c 	     IS_XSLT_NAME(test, "param"))) {
IS_XSLT_NAME      341 third_party/libxslt/libxslt/attributes.c 	} else if (!IS_XSLT_NAME(child, "attribute")) {
IS_XSLT_NAME     2069 third_party/libxslt/libxslt/preproc.c 	if (IS_XSLT_NAME(node, "apply-templates")) {
IS_XSLT_NAME     2071 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "with-param")) {
IS_XSLT_NAME     2073 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "value-of")) {
IS_XSLT_NAME     2075 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "copy")) {
IS_XSLT_NAME     2077 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "copy-of")) {
IS_XSLT_NAME     2079 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "if")) {
IS_XSLT_NAME     2081 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "choose")) {
IS_XSLT_NAME     2083 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "when")) {
IS_XSLT_NAME     2085 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "otherwise")) {
IS_XSLT_NAME     2088 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "for-each")) {
IS_XSLT_NAME     2090 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "apply-imports")) {
IS_XSLT_NAME     2092 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "attribute")) {
IS_XSLT_NAME     2094 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "element")) {
IS_XSLT_NAME     2096 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "sort")) {
IS_XSLT_NAME     2098 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "comment")) {
IS_XSLT_NAME     2100 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "number")) {
IS_XSLT_NAME     2102 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "processing-instruction")) {
IS_XSLT_NAME     2104 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "call-template")) {
IS_XSLT_NAME     2106 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "param")) {
IS_XSLT_NAME     2108 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "variable")) {
IS_XSLT_NAME     2110 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "fallback")) {
IS_XSLT_NAME     2113 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "document")) {
IS_XSLT_NAME     2117 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "output")) {
IS_XSLT_NAME     2120 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "preserve-space")) {
IS_XSLT_NAME     2123 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "strip-space")) {
IS_XSLT_NAME     2126 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "key")) {
IS_XSLT_NAME     2129 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "message")) {
IS_XSLT_NAME     2131 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "attribute-set")) {
IS_XSLT_NAME     2134 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "namespace-alias")) {
IS_XSLT_NAME     2137 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "decimal-format")) {
IS_XSLT_NAME     2140 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(node, "include")) {
IS_XSLT_NAME     2191 third_party/libxslt/libxslt/preproc.c 	if (IS_XSLT_NAME(inst, "apply-templates")) {
IS_XSLT_NAME     2194 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "with-param")) {
IS_XSLT_NAME     2198 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "value-of")) {
IS_XSLT_NAME     2201 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "copy")) {
IS_XSLT_NAME     2204 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "copy-of")) {
IS_XSLT_NAME     2207 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "if")) {
IS_XSLT_NAME     2210 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "when")) {
IS_XSLT_NAME     2213 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "choose")) {
IS_XSLT_NAME     2216 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "for-each")) {
IS_XSLT_NAME     2219 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "apply-imports")) {
IS_XSLT_NAME     2222 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "attribute")) {
IS_XSLT_NAME     2232 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "element")) {
IS_XSLT_NAME     2235 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "text")) {
IS_XSLT_NAME     2238 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "sort")) {
IS_XSLT_NAME     2242 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "comment")) {
IS_XSLT_NAME     2245 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "number")) {
IS_XSLT_NAME     2248 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "processing-instruction")) {
IS_XSLT_NAME     2251 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "call-template")) {
IS_XSLT_NAME     2254 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "param")) {	   
IS_XSLT_NAME     2258 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "variable")) {
IS_XSLT_NAME     2262 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "otherwise")) {
IS_XSLT_NAME     2266 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "template")) {
IS_XSLT_NAME     2269 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "output")) {
IS_XSLT_NAME     2272 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "preserve-space")) {
IS_XSLT_NAME     2275 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "strip-space")) {
IS_XSLT_NAME     2278 third_party/libxslt/libxslt/preproc.c 	} else if ((IS_XSLT_NAME(inst, "stylesheet")) ||
IS_XSLT_NAME     2279 third_party/libxslt/libxslt/preproc.c 	           (IS_XSLT_NAME(inst, "transform"))) {
IS_XSLT_NAME     2289 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "key")) {
IS_XSLT_NAME     2292 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "message")) {
IS_XSLT_NAME     2295 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "attribute-set")) {
IS_XSLT_NAME     2298 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "namespace-alias")) {
IS_XSLT_NAME     2301 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "include")) {
IS_XSLT_NAME     2304 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "import")) {
IS_XSLT_NAME     2307 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "decimal-format")) {
IS_XSLT_NAME     2310 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "fallback")) {
IS_XSLT_NAME     2313 third_party/libxslt/libxslt/preproc.c 	} else if (IS_XSLT_NAME(inst, "document")) {
IS_XSLT_NAME     2277 third_party/libxslt/libxslt/transform.c 		if (IS_XSLT_ELEM_FAST(cur) && IS_XSLT_NAME(cur, "message")) {
IS_XSLT_NAME     2571 third_party/libxslt/libxslt/transform.c                 if (IS_XSLT_NAME(cur, "message")) {
IS_XSLT_NAME     2609 third_party/libxslt/libxslt/transform.c             if (IS_XSLT_NAME(cur, "variable")) {
IS_XSLT_NAME     2628 third_party/libxslt/libxslt/transform.c             } else if (IS_XSLT_NAME(cur, "message")) {
IS_XSLT_NAME     2690 third_party/libxslt/libxslt/transform.c                         (IS_XSLT_NAME(child, "fallback")))
IS_XSLT_NAME     4633 third_party/libxslt/libxslt/transform.c 		if (IS_XSLT_NAME(cur, "with-param")) {
IS_XSLT_NAME     4944 third_party/libxslt/libxslt/transform.c 	    if (IS_XSLT_NAME(cur, "with-param")) {
IS_XSLT_NAME     4951 third_party/libxslt/libxslt/transform.c 	    if (IS_XSLT_NAME(cur, "sort")) {
IS_XSLT_NAME     4975 third_party/libxslt/libxslt/transform.c 		    if (IS_XSLT_NAME(cur, "with-param")) {
IS_XSLT_NAME     4982 third_party/libxslt/libxslt/transform.c 		    if (IS_XSLT_NAME(cur, "sort")) {
IS_XSLT_NAME     5094 third_party/libxslt/libxslt/transform.c     if ((! IS_XSLT_ELEM(cur)) || (! IS_XSLT_NAME(cur, "when"))) {
IS_XSLT_NAME     5119 third_party/libxslt/libxslt/transform.c 	while (IS_XSLT_ELEM(cur) && IS_XSLT_NAME(cur, "when")) {
IS_XSLT_NAME     5211 third_party/libxslt/libxslt/transform.c 	if (IS_XSLT_ELEM(cur) && IS_XSLT_NAME(cur, "otherwise")) {
IS_XSLT_NAME     5578 third_party/libxslt/libxslt/transform.c     if (IS_XSLT_ELEM(curInst) && IS_XSLT_NAME(curInst, "sort")) {
IS_XSLT_NAME     5590 third_party/libxslt/libxslt/transform.c 	while (IS_XSLT_ELEM(curInst) && IS_XSLT_NAME(curInst, "sort")) {
IS_XSLT_NAME     3432 third_party/libxslt/libxslt/xslt.c         (IS_XSLT_NAME(cur, "stylesheet"))) {
IS_XSLT_NAME     3489 third_party/libxslt/libxslt/xslt.c 		if (IS_XSLT_NAME(cur, "text")) {
IS_XSLT_NAME     3720 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "apply-templates"))
IS_XSLT_NAME     3722 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "attribute"))
IS_XSLT_NAME     3724 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "apply-imports"))
IS_XSLT_NAME     3726 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "attribute-set"))
IS_XSLT_NAME     3730 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "choose"))
IS_XSLT_NAME     3732 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "copy"))
IS_XSLT_NAME     3734 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "copy-of"))
IS_XSLT_NAME     3736 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "call-template"))
IS_XSLT_NAME     3738 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "comment"))
IS_XSLT_NAME     3742 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "document"))
IS_XSLT_NAME     3744 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "decimal-format"))
IS_XSLT_NAME     3748 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "element"))
IS_XSLT_NAME     3752 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "for-each"))
IS_XSLT_NAME     3754 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "fallback"))
IS_XSLT_NAME     3758 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "if"))
IS_XSLT_NAME     3760 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "include"))
IS_XSLT_NAME     3762 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "import"))
IS_XSLT_NAME     3766 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "key"))
IS_XSLT_NAME     3770 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "message"))
IS_XSLT_NAME     3774 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "number"))
IS_XSLT_NAME     3776 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "namespace-alias"))
IS_XSLT_NAME     3780 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "otherwise"))
IS_XSLT_NAME     3782 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "output"))
IS_XSLT_NAME     3786 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "param"))
IS_XSLT_NAME     3788 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "processing-instruction"))
IS_XSLT_NAME     3790 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "preserve-space"))
IS_XSLT_NAME     3794 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "sort"))
IS_XSLT_NAME     3796 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "strip-space"))
IS_XSLT_NAME     3798 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "stylesheet"))
IS_XSLT_NAME     3802 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "text"))
IS_XSLT_NAME     3804 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "template"))
IS_XSLT_NAME     3806 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "transform"))
IS_XSLT_NAME     3810 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "value-of"))
IS_XSLT_NAME     3812 third_party/libxslt/libxslt/xslt.c 	else if (IS_XSLT_NAME(node, "variable"))
IS_XSLT_NAME     3816 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "when"))
IS_XSLT_NAME     3818 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(node, "with-param"))
IS_XSLT_NAME     4338 third_party/libxslt/libxslt/xslt.c 		IS_XSLT_NAME(child, "fallback"))
IS_XSLT_NAME     4803 third_party/libxslt/libxslt/xslt.c 		IS_XSLT_NAME(child, "param"))
IS_XSLT_NAME     4850 third_party/libxslt/libxslt/xslt.c 	    if (IS_XSLT_NAME(cur, "text")) {
IS_XSLT_NAME     5007 third_party/libxslt/libxslt/xslt.c 	if ((IS_XSLT_ELEM(cur)) && (!(IS_XSLT_NAME(cur, "param"))))
IS_XSLT_NAME     5016 third_party/libxslt/libxslt/xslt.c 	if ((IS_XSLT_ELEM(cur)) && (IS_XSLT_NAME(cur, "param"))) {
IS_XSLT_NAME     5608 third_party/libxslt/libxslt/xslt.c     if (IS_XSLT_ELEM_FAST(node) && IS_XSLT_NAME(node, "include"))
IS_XSLT_NAME     5804 third_party/libxslt/libxslt/xslt.c 		if (IS_XSLT_NAME(cur, "import")) {
IS_XSLT_NAME     5815 third_party/libxslt/libxslt/xslt.c 		if (IS_XSLT_NAME(cur, "template")) {
IS_XSLT_NAME     5825 third_party/libxslt/libxslt/xslt.c 		} else if (IS_XSLT_NAME(cur, "variable")) {
IS_XSLT_NAME     5827 third_party/libxslt/libxslt/xslt.c 		} else if (IS_XSLT_NAME(cur, "param")) {
IS_XSLT_NAME     5829 third_party/libxslt/libxslt/xslt.c 		} else if (IS_XSLT_NAME(cur, "include")) {		    
IS_XSLT_NAME     5839 third_party/libxslt/libxslt/xslt.c 		} else if (IS_XSLT_NAME(cur, "strip-space")) {
IS_XSLT_NAME     5842 third_party/libxslt/libxslt/xslt.c 		} else if (IS_XSLT_NAME(cur, "preserve-space")) {
IS_XSLT_NAME     5845 third_party/libxslt/libxslt/xslt.c 		} else if (IS_XSLT_NAME(cur, "output")) {
IS_XSLT_NAME     5848 third_party/libxslt/libxslt/xslt.c 		} else if (IS_XSLT_NAME(cur, "key")) {
IS_XSLT_NAME     5851 third_party/libxslt/libxslt/xslt.c 		} else if (IS_XSLT_NAME(cur, "decimal-format")) {
IS_XSLT_NAME     5854 third_party/libxslt/libxslt/xslt.c 		} else if (IS_XSLT_NAME(cur, "attribute-set")) {		    
IS_XSLT_NAME     5857 third_party/libxslt/libxslt/xslt.c 		} else if (IS_XSLT_NAME(cur, "namespace-alias")) {
IS_XSLT_NAME     6070 third_party/libxslt/libxslt/xslt.c 	    if (IS_XSLT_ELEM(cur) && IS_XSLT_NAME(cur, "import")) {
IS_XSLT_NAME     6119 third_party/libxslt/libxslt/xslt.c 	if (IS_XSLT_NAME(cur, "import")) {
IS_XSLT_NAME     6123 third_party/libxslt/libxslt/xslt.c     } else if (IS_XSLT_NAME(cur, "include")) {
IS_XSLT_NAME     6126 third_party/libxslt/libxslt/xslt.c     } else if (IS_XSLT_NAME(cur, "strip-space")) {
IS_XSLT_NAME     6128 third_party/libxslt/libxslt/xslt.c     } else if (IS_XSLT_NAME(cur, "preserve-space")) {
IS_XSLT_NAME     6130 third_party/libxslt/libxslt/xslt.c     } else if (IS_XSLT_NAME(cur, "output")) {
IS_XSLT_NAME     6132 third_party/libxslt/libxslt/xslt.c     } else if (IS_XSLT_NAME(cur, "key")) {
IS_XSLT_NAME     6134 third_party/libxslt/libxslt/xslt.c     } else if (IS_XSLT_NAME(cur, "decimal-format")) {
IS_XSLT_NAME     6136 third_party/libxslt/libxslt/xslt.c     } else if (IS_XSLT_NAME(cur, "attribute-set")) {
IS_XSLT_NAME     6138 third_party/libxslt/libxslt/xslt.c     } else if (IS_XSLT_NAME(cur, "variable")) {
IS_XSLT_NAME     6140 third_party/libxslt/libxslt/xslt.c     } else if (IS_XSLT_NAME(cur, "param")) {
IS_XSLT_NAME     6142 third_party/libxslt/libxslt/xslt.c     } else if (IS_XSLT_NAME(cur, "template")) {
IS_XSLT_NAME     6147 third_party/libxslt/libxslt/xslt.c     } else if (IS_XSLT_NAME(cur, "namespace-alias")) {
IS_XSLT_NAME     6322 third_party/libxslt/libxslt/xslt.c 	((IS_XSLT_NAME(cur, "stylesheet")) ||
IS_XSLT_NAME     6323 third_party/libxslt/libxslt/xslt.c 	 (IS_XSLT_NAME(cur, "transform")))) {	
IS_XSLT_NAME     6396 third_party/libxslt/libxslt/xslt.c 	((IS_XSLT_NAME(cur, "stylesheet")) ||
IS_XSLT_NAME     6397 third_party/libxslt/libxslt/xslt.c 	 (IS_XSLT_NAME(cur, "transform")))) {