(self, node, attrs, already_processed)
| 209 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 210 | self.buildChildren(child, node, nodeName_) |
| 211 | def buildAttributes(self, node, attrs, already_processed): |
| 212 | pass |
| 213 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 214 | if nodeName_ == 'Indicator': |
| 215 | obj_ = lookup_extension(child_, common_binding.IndicatorBaseType).factory() |