(self, node, attrs, already_processed)
| 795 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 796 | self.buildChildren(child, node, nodeName_) |
| 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() |