Lines Matching refs:XML_ELEMENT_NODE

167     if(i->type == XML_ELEMENT_NODE)  in readInterchunk()
186 if(rule->type == XML_ELEMENT_NODE) in collectRules()
191 … if(rulechild->type == XML_ELEMENT_NODE && !xmlStrcmp(rulechild->name, (const xmlChar *) "action")) in collectRules()
207 if(i->type == XML_ELEMENT_NODE) in collectMacros()
349 if(i->type == XML_ELEMENT_NODE) in evalString()
386 if(i->type == XML_ELEMENT_NODE) in evalString()
411 if(i->type == XML_ELEMENT_NODE) in processOut()
433 if(i->type == XML_ELEMENT_NODE) in processChunk()
479 if(i->type == XML_ELEMENT_NODE) in processLet()
558 if(i->type == XML_ELEMENT_NODE) in processAppend()
572 if(i->type == XML_ELEMENT_NODE) in processModifyCase()
649 if(i->type == XML_ELEMENT_NODE) in processCallMacro()
668 if(i->type == XML_ELEMENT_NODE) in processCallMacro()
687 if(i->type == XML_ELEMENT_NODE) in processChoose()
695 if(j->type == XML_ELEMENT_NODE) in processChoose()
723 if(j->type == XML_ELEMENT_NODE) in processChoose()
788 if(i->type == XML_ELEMENT_NODE) in processIn()
837 if(i->type == XML_ELEMENT_NODE) in processTest()
851 if(i->type == XML_ELEMENT_NODE) in processAnd()
866 if(i->type == XML_ELEMENT_NODE) in processOr()
880 if(i->type == XML_ELEMENT_NODE) in processNot()
895 if(i->type == XML_ELEMENT_NODE) in processEqual()
975 if(i->type == XML_ELEMENT_NODE) in processBeginsWith()
1014 if(i->type == XML_ELEMENT_NODE) in processEndsWith()
1053 if(i->type == XML_ELEMENT_NODE) in processBeginsWithList()
1101 if(i->type == XML_ELEMENT_NODE) in processEndsWithList()
1149 if(i->type == XML_ELEMENT_NODE) in processContainsSubstring()
1280 if(i->type == XML_ELEMENT_NODE) in processRule()