(self, node, attrs, already_processed)
| 912 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 913 | self.buildChildren(child, node, nodeName_) |
| 914 | def buildAttributes(self, node, attrs, already_processed): |
| 915 | pass |
| 916 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 917 | if nodeName_ == 'Tools': |
| 918 | obj_ = ToolsType.factory() |