(self, node, attrs, already_processed)
| 1003 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 1004 | self.buildChildren(child, node, nodeName_) |
| 1005 | def buildAttributes(self, node, attrs, already_processed): |
| 1006 | pass |
| 1007 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 1008 | if nodeName_ == 'Initial_Reported_Total_Loss_Estimation': |
| 1009 | obj_ = LossEstimationType.factory() |