(self, node, attrs, already_processed)
| 2076 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 2077 | self.buildChildren(child, node, nodeName_) |
| 2078 | def buildAttributes(self, node, attrs, already_processed): |
| 2079 | super(RelatedIncidentsType, self).buildAttributes(node, attrs, already_processed) |
| 2080 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 2081 | if nodeName_ == 'Related_Incident': |
| 2082 | obj_ = stix_common_binding.RelatedIncidentType.factory() |