Пример #1
0
 def variableLookup(self, name, ns_uri):
     """Search in the Variable array of the context for the given
        variable value."""
     ret = libxsltmod.xsltVariableLookup(self._o, name, ns_uri)
     if ret == None: return None
     return libxml2.xpathObjectRet(ret)
Пример #2
0
 def variableLookup(self, name, ns_uri):
     """Search in the Variable array of the context for the given
        variable value."""
     ret = libxsltmod.xsltVariableLookup(self._o, name, ns_uri)
     if ret == None: return None
     return libxml2.xpathObjectRet(ret)