예제 #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)
예제 #2
0
파일: libxslt.py 프로젝트: flosnaphq/MAMP
 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)
예제 #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)
예제 #4
0
파일: libxslt.py 프로젝트: fxia22/ASM_xf
 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)