(self, node, attrs, already_processed)
| 105 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 106 | self.buildChildren(child, node, nodeName_) |
| 107 | def buildAttributes(self, node, attrs, already_processed): |
| 108 | pass |
| 109 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 110 | if nodeName_ == 'Property': |
| 111 | obj_ = stix_common_binding.ControlledVocabularyStringType.factory() |