(self, node, attrs, already_processed)
| 1312 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 1313 | self.buildChildren(child, node, nodeName_) |
| 1314 | def buildAttributes(self, node, attrs, already_processed): |
| 1315 | pass |
| 1316 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 1317 | if nodeName_ == 'Action_Entry': |
| 1318 | obj_ = COATakenType.factory() |