def printErrorContext(self, style, node):
     """Display the context of an error."""
     if style == None: style__o = None
     else: style__o = style._o
     if node == None: node__o = None
     else: node__o = node._o
     libxsltmod.xsltPrintErrorContext(self._o, style__o, node__o)
Exemple #2
0
 def printErrorContext(self, style, node):
     """Display the context of an error."""
     if style == None: style__o = None
     else: style__o = style._o
     if node == None: node__o = None
     else: node__o = node._o
     libxsltmod.xsltPrintErrorContext(self._o, style__o, node__o)
 def printErrorContext(self, ctxt, node):
     """Display the context of an error."""
     if ctxt == None: ctxt__o = None
     else: ctxt__o = ctxt._o
     if node == None: node__o = None
     else: node__o = node._o
     libxsltmod.xsltPrintErrorContext(ctxt__o, self._o, node__o)
Exemple #4
0
 def printErrorContext(self, ctxt, node):
     """Display the context of an error."""
     if ctxt == None: ctxt__o = None
     else: ctxt__o = ctxt._o
     if node == None: node__o = None
     else: node__o = node._o
     libxsltmod.xsltPrintErrorContext(ctxt__o, self._o, node__o)