Esempio 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)
Esempio 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)
Esempio 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)
Esempio 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)