Example #1
0
 def freeRVTs(self):
     """Frees all registered result value trees (Result Tree
       Fragments) of the transformation. Internal function; should
        not be called by user-code."""
     libxsltmod.xsltFreeRVTs(self._o)
Example #2
0
 def freeRVTs(self):
     """Frees all registered result value trees (Result Tree
       Fragments) of the transformation. Internal function; should
        not be called by user-code."""
     libxsltmod.xsltFreeRVTs(self._o)
Example #3
0
 def freeRVTs(self):
     """Free all the registered result value tree of the
        transformation"""
     libxsltmod.xsltFreeRVTs(self._o)
Example #4
0
 def freeRVTs(self):
     """Free all the registered result value tree of the
        transformation"""
     libxsltmod.xsltFreeRVTs(self._o)