예제 #1
0
 def to_tree(self):
     "Build and return the AST representation."
     return dom_to_tree(self._document)
예제 #2
0
 def to_tree(self):
     "Build and return the AST representation."
     return dom_to_tree(self._etree)
예제 #3
0
 def to_tree(self):
     return dom_to_tree(self)
예제 #4
0
 def to_tree(self):
     return dom_to_tree(self)