(self, node, attrs, already_processed)
| 705 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 706 | self.buildChildren(child, node, nodeName_) |
| 707 | def buildAttributes(self, node, attrs, already_processed): |
| 708 | pass |
| 709 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 710 | if nodeName_ == 'Exploit': |
| 711 | obj_ = ExploitType.factory() |