(self, node, attrs, already_processed)
| 1060 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 1061 | self.buildChildren(child, node, nodeName_) |
| 1062 | def buildAttributes(self, node, attrs, already_processed): |
| 1063 | pass |
| 1064 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 1065 | if nodeName_ == 'Attack_Patterns': |
| 1066 | obj_ = AttackPatternsType.factory() |