コード例 #1
0
ファイル: libxslt.py プロジェクト: gastonfeng/GreenOdoo
 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)
コード例 #2
0
ファイル: libxslt.py プロジェクト: flosnaphq/MAMP
 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)
コード例 #3
0
 def freeRVTs(self):
     """Free all the registered result value tree of the
        transformation"""
     libxsltmod.xsltFreeRVTs(self._o)
コード例 #4
0
ファイル: libxslt.py プロジェクト: fxia22/ASM_xf
 def freeRVTs(self):
     """Free all the registered result value tree of the
        transformation"""
     libxsltmod.xsltFreeRVTs(self._o)