(self, node, attrs, already_processed)
| 122 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 123 | self.buildChildren(child, node, nodeName_) |
| 124 | def buildAttributes(self, node, attrs, already_processed): |
| 125 | pass |
| 126 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 127 | if nodeName_ == 'Title': |
| 128 | Title_ = child_.text |