Esempio n. 1
0
 def Backtrace(self, elt):
     '''Return a human-readable "backtrace" from the document root to
     the specified element.
     '''
     return _backtrace(elt._getNode(), self.dom._getNode())
Esempio n. 2
0
 def Backtrace(self, elt):
     '''Return a human-readable "backtrace" from the document root to
     the specified element.
     '''
     return _backtrace(elt, self.dom)
Esempio n. 3
0
 def Backtrace(self, elt):
     """Return a human-readable "backtrace" from the document root to
     the specified element.
     """
     return _backtrace(elt, self.dom)