예제 #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)
예제 #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)