Beispiel #1
0
 def allocateExtraCtxt(self):
     """Allocate an extra runtime information slot at run-time and
       return its number This make sure there is a slot ready in
        the transformation context"""
     ret = libxsltmod.xsltAllocateExtraCtxt(self._o)
     return ret
Beispiel #2
0
 def allocateExtraCtxt(self):
     """Allocate an extra runtime information slot at run-time and
        return its number This make sure there is a slot ready in
        the transformation context"""
     ret = libxsltmod.xsltAllocateExtraCtxt(self._o)
     return ret