(self, node, attrs, already_processed)
| 1550 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 1551 | self.buildChildren(child, node, nodeName_) |
| 1552 | def buildAttributes(self, node, attrs, already_processed): |
| 1553 | super(ExploitTargetsType, self).buildAttributes(node, attrs, already_processed) |
| 1554 | pass |
| 1555 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 1556 | if nodeName_ == 'Exploit_Target': |
| 1557 | obj_ = stix_common_binding.RelatedExploitTargetType.factory() |