(self, child_, node, nodeName_, fromsubclass_=False)
| 797 | def buildAttributes(self, node, attrs, already_processed): |
| 798 | pass |
| 799 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 800 | if nodeName_ == 'Contributor': |
| 801 | obj_ = cybox_common_binding.ContributorType.factory() |
| 802 | obj_.build(child_) |
| 803 | self.Contributor.append(obj_) |
| 804 | # end class ContributorsType |
| 805 | |
| 806 | class COATimeType(GeneratedsSuper): |