Lines Matching refs:xml
32 import xml.etree.ElementTree as ET
151 def printBody(self, xml):
152 self.process_enums(xml)
232 def process_enums(self, xml):
235 for enum in xml.findall('enums/enum'):
250 for feature in xml.findall('feature'):
270 for extension in xml.findall('extensions/extension'):
278 help="Choose an xml file to parse.")
284 xml = ET.parse(args.input_file)
287 printer.Print(xml)