(self, child_, node, nodeName_, fromsubclass_=False)
| 840 | def buildAttributes(self, node, attrs, already_processed): |
| 841 | pass |
| 842 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 843 | if nodeName_ == 'Attack_Pattern': |
| 844 | from .extensions.attack_pattern import capec_2_7 |
| 845 | obj_ = lookup_extension(child_, AttackPatternType).factory() |
| 846 | obj_.build(child_) |
| 847 | self.Attack_Pattern.append(obj_) |
| 848 | # end class AttackPatternsType |
| 849 | |
| 850 | class ResourceType(GeneratedsSuper): |
no test coverage detected