示例#1
0
 def freeStyleDocuments(self):
     """Frees the node-trees (and xsltDocument structures) of all
       stylesheet-modules of the stylesheet-level represented by
        the given @style."""
     libxsltmod.xsltFreeStyleDocuments(self._o)
示例#2
0
文件: libxslt.py 项目: flosnaphq/MAMP
 def freeStyleDocuments(self):
     """Frees the node-trees (and xsltDocument structures) of all
       stylesheet-modules of the stylesheet-level represented by
        the given @style."""
     libxsltmod.xsltFreeStyleDocuments(self._o)
示例#3
0
 def freeStyleDocuments(self):
     """Free up all the space used by the loaded documents"""
     libxsltmod.xsltFreeStyleDocuments(self._o)
示例#4
0
文件: libxslt.py 项目: fxia22/ASM_xf
 def freeStyleDocuments(self):
     """Free up all the space used by the loaded documents"""
     libxsltmod.xsltFreeStyleDocuments(self._o)