(self, node, attrs, already_processed)
| 862 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 863 | self.buildChildren(child, node, nodeName_) |
| 864 | def buildAttributes(self, node, attrs, already_processed): |
| 865 | pass |
| 866 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 867 | if nodeName_ == 'Start': |
| 868 | obj_ = stix_common_binding.DateTimeWithPrecisionType.factory() |