Ejemplo n.º 1
0
 def nextImport(self):
     """Find the next stylesheet in import precedence."""
     ret = libxsltmod.xsltNextImport(self._o)
     if ret == None: return None
     return stylesheet(_obj=ret)
Ejemplo n.º 2
0
 def nextImport(self):
     """Find the next stylesheet in import precedence."""
     ret = libxsltmod.xsltNextImport(self._o)
     if ret == None: return None
     return stylesheet(_obj=ret)