Ejemplo n.º 1
0
 def parseStylesheetVariable(self, inst):
     """Registers a local XSLT 'variable' instruction at
        transformation time and evaluates its value."""
     if inst == None: inst__o = None
     else: inst__o = inst._o
     libxsltmod.xsltParseStylesheetVariable(self._o, inst__o)
Ejemplo n.º 2
0
 def parseStylesheetVariable(self, inst):
     """Registers a local XSLT 'variable' instruction at
        transformation time and evaluates its value."""
     if inst == None: inst__o = None
     else: inst__o = inst._o
     libxsltmod.xsltParseStylesheetVariable(self._o, inst__o)
Ejemplo n.º 3
0
 def parseStylesheetVariable(self, cur):
     """parse an XSLT transformation variable declaration and
        record its value."""
     if cur == None: cur__o = None
     else: cur__o = cur._o
     libxsltmod.xsltParseStylesheetVariable(self._o, cur__o)
Ejemplo n.º 4
0
 def parseStylesheetVariable(self, cur):
     """parse an XSLT transformation variable declaration and
        record its value."""
     if cur == None: cur__o = None
     else: cur__o = cur._o
     libxsltmod.xsltParseStylesheetVariable(self._o, cur__o)