(self, node, attrs, already_processed)
| 1171 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 1172 | self.buildChildren(child, node, nodeName_) |
| 1173 | def buildAttributes(self, node, attrs, already_processed): |
| 1174 | pass |
| 1175 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 1176 | if nodeName_ == 'Asset_Losses': |
| 1177 | obj_ = stix_common_binding.ControlledVocabularyStringType.factory() |