コード例 #1
0
ファイル: libxslt.py プロジェクト: gastonfeng/GreenOdoo
 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)
コード例 #2
0
ファイル: libxslt.py プロジェクト: flosnaphq/MAMP
 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)
コード例 #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)
コード例 #4
0
ファイル: libxslt.py プロジェクト: fxia22/ASM_xf
 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)