(self, node, attrs, already_processed)
| 639 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 640 | self.buildChildren(child, node, nodeName_) |
| 641 | def buildAttributes(self, node, attrs, already_processed): |
| 642 | pass |
| 643 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 644 | if nodeName_ == 'Tool': |
| 645 | obj_ = stix_common_binding.ToolInformationType.factory() |