コード例 #1
0
ファイル: libxslt.py プロジェクト: gastonfeng/GreenOdoo
 def parseStylesheetParam(self, cur):
     """Registers a local XSLT 'param' declaration at
        transformation time and evaluates its value."""
     if cur == None: cur__o = None
     else: cur__o = cur._o
     libxsltmod.xsltParseStylesheetParam(self._o, cur__o)
コード例 #2
0
ファイル: libxslt.py プロジェクト: flosnaphq/MAMP
 def parseStylesheetParam(self, cur):
     """Registers a local XSLT 'param' declaration at
        transformation time and evaluates its value."""
     if cur == None: cur__o = None
     else: cur__o = cur._o
     libxsltmod.xsltParseStylesheetParam(self._o, cur__o)
コード例 #3
0
 def parseStylesheetParam(self, cur):
     """parse an XSLT transformation param declaration and record
        its value."""
     if cur == None: cur__o = None
     else: cur__o = cur._o
     libxsltmod.xsltParseStylesheetParam(self._o, cur__o)
コード例 #4
0
ファイル: libxslt.py プロジェクト: fxia22/ASM_xf
 def parseStylesheetParam(self, cur):
     """parse an XSLT transformation param declaration and record
        its value."""
     if cur == None: cur__o = None
     else: cur__o = cur._o
     libxsltmod.xsltParseStylesheetParam(self._o, cur__o)