示例#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)
示例#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)