Ejemplo n.º 1
0
 def parseGlobalVariable(self, cur):
     """Parses a global XSLT 'variable' declaration at compilation
        time and registers it"""
     if cur == None: cur__o = None
     else: cur__o = cur._o
     libxsltmod.xsltParseGlobalVariable(self._o, cur__o)
Ejemplo n.º 2
0
 def parseGlobalVariable(self, cur):
     """Parses a global XSLT 'variable' declaration at compilation
        time and registers it"""
     if cur == None: cur__o = None
     else: cur__o = cur._o
     libxsltmod.xsltParseGlobalVariable(self._o, cur__o)
Ejemplo n.º 3
0
 def parseGlobalVariable(self, cur):
     """parse an XSLT transformation variable declaration and
        record its value."""
     if cur == None: cur__o = None
     else: cur__o = cur._o
     libxsltmod.xsltParseGlobalVariable(self._o, cur__o)
Ejemplo n.º 4
0
 def parseGlobalVariable(self, cur):
     """parse an XSLT transformation variable declaration and
        record its value."""
     if cur == None: cur__o = None
     else: cur__o = cur._o
     libxsltmod.xsltParseGlobalVariable(self._o, cur__o)