0N/A<?
xml version="1.0" encoding="UTF-8" standalone="no"?>
0N/A ! The contents of this file are subject to the terms of the 0N/A ! Common Development and Distribution License, Version 1.0 only 0N/A ! (the "License"). You may not use this file except in compliance 0N/A ! You can obtain a copy of the license at 0N/A ! See the License for the specific language governing permissions 0N/A ! and limitations under the License. 0N/A ! When distributing Covered Code, include this CDDL HEADER in each 0N/A ! file and include the License file at 0N/A ! add the following below this CDDL HEADER, with the fields enclosed 0N/A ! by brackets "[]" replaced with your own identifying information: 0N/A ! Portions Copyright [yyyy] [name of copyright owner] 335N/A ! Portions Copyright 2007 Sun Microsystems, Inc. 335N/A <
defaultcall function="signals" />
335N/A <
function name="signals">
335N/A This function contains all signal related functions
427N/A <!-- Signal variables --> 0N/A <!-- Redefine the default signal handlers--> 0N/A <
call function="'OverideDefaultSignals'"/>
0N/A <
function name="OverideDefaultSignals">
0N/A This function overides the default STAX signal handlers
0N/A <!-- STAXPythonEvaluationError signal --> 0N/A <
signalhandler signal="'STAXPythonEvaluationError'">
271N/A <
log level="'error'" message="1">
202N/A ('STAXPythonEvaluationError signal raised. ' + 'Continuing job. %s' % (STAXPythonEvalMsg))
0N/A SignalRaised='STAXPythonEvaluationError'
656N/A <
message>'SignalRaised = %s' % SignalRaised</
message>