Searched refs:IS_STR_XML (Results 1 – 1 of 1) sorted by relevance
143 #define IS_STR_XML(str) ((str != NULL) && (str[0] == 'x') && \ macro8465 if (IS_STR_XML(prefix)) { in xmlSearchNsByPrefixStrict()8617 if (IS_STR_XML(ns->prefix)) { in xmlDOMWrapNSNormAquireNormalizedNs()9918 if (IS_STR_XML(attr->ns->prefix)) { in xmlDOMWrapAdoptAttr()