示例#1
0
 def allocateExtra(self):
     """Allocate an extra runtime information slot statically while
        compiling the stylesheet and return its number"""
     ret = libxsltmod.xsltAllocateExtra(self._o)
     return ret
示例#2
0
 def allocateExtra(self):
     """Allocate an extra runtime information slot statically while
        compiling the stylesheet and return its number"""
     ret = libxsltmod.xsltAllocateExtra(self._o)
     return ret