Lines Matching refs:parse
74 self.xmldoc = minidom.parse(f).documentElement
103 self.parse(self.xmldoc)
105 def parse(self, node):
106 """Parse a given node. This function in turn calls the
115 self.parse(node.documentElement)
129 """Parse an `ELEMENT_NODE`. This calls specific
148 """Parse a `COMMENT_NODE`. This does nothing for now."""
189 self.parse(n)
220 self.parse(first[n])
224 self.parse(n)
228 self.parse(n)
317 self.parse(n)