(self, node, attrs, already_processed)
| 1866 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 1867 | self.buildChildren(child, node, nodeName_) |
| 1868 | def buildAttributes(self, node, attrs, already_processed): |
| 1869 | super(RelatedIndicatorsType, self).buildAttributes(node, attrs, already_processed) |
| 1870 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 1871 | if nodeName_ == 'Related_Indicator': |
| 1872 | obj_ = stix_common_binding.RelatedIndicatorType.factory() |