Exemple #1
0
 def build_node(self):
     """
     Builds the root schema node for the commentary
     :return: SchemaNode
     """
     node = SchemaNode()
     he_title = self.get_author()
     node.add_primary_titles(commentatorNames[he_title], he_title)
     return node