Searched refs:current_tag (Results 1 – 5 of 5) sorted by relevance
66 self.current_tag = RULE70 if self.current_tag != parent:72 'Invalid tag %s found inside %s tag' % (tag, self.current_tag))76 if tag != self.current_tag:79 (self.current_tag, tag))93 if self.current_tag not in LEGAL_ACTIONS:110 self.current_tag = name119 self.current_tag = RULE121 self.current_tag = ACTION123 self.current_tag = self.action[all …]
314 xml_tag_name current_tag; member331 if (u->current_tag == XML_TAG_INVALID && strcmp(el, "service-group") == 0) { in xml_start()336 u->current_tag = XML_TAG_SERVICE_GROUP; in xml_start()337 } else if (u->current_tag == XML_TAG_SERVICE_GROUP && strcmp(el, "name") == 0) { in xml_start()338 u->current_tag = XML_TAG_NAME; in xml_start()350 } else if (u->current_tag == XML_TAG_SERVICE_GROUP && strcmp(el, "service") == 0) { in xml_start()351 u->current_tag = XML_TAG_SERVICE; in xml_start()380 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "type") == 0) { in xml_start()384 u->current_tag = XML_TAG_TYPE; in xml_start()385 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "subtype") == 0) { in xml_start()[all …]
146 current_tag = tag_matches.group(1)150 previous_tag = current_tag
152 current_tag = tag_matches.group(1)156 previous_tag = current_tag
225 for current_tag in version_tags:226 version_tag = SanitizeVersionTag(current_tag)