Exemplo n.º 1
0
 def to_tree(self):
     "Build and return the AST representation."
     return dom_to_tree(self._document)
Exemplo n.º 2
0
 def to_tree(self):
     "Build and return the AST representation."
     return dom_to_tree(self._etree)
Exemplo n.º 3
0
 def to_tree(self):
     return dom_to_tree(self)
Exemplo n.º 4
0
 def to_tree(self):
     return dom_to_tree(self)