(self, node, attrs, already_processed)
| 242 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 243 | self.buildChildren(child, node, nodeName_) |
| 244 | def buildAttributes(self, node, attrs, already_processed): |
| 245 | pass |
| 246 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 247 | if nodeName_ == 'Type': |
| 248 | obj_ = AssetTypeType.factory() |