if (args.size() < 3 )
{
XalanDOMString buf;
- executionContext;//error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
assert( !args[1].null() );
}
catch( std::exception& e )
{
- executionContext;//error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
if (args.size() < 3 )
{
XalanDOMString buf;
- executionContext;//error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), context );
}
assert( !args[0].null() );
assert( !args[1].null() );
}
catch( std::exception& e )
{
- executionContext;//error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
if (args.size() < 3 )
{
XalanDOMString buf;
- executionContext;//error( getError( buf ), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
assert( !args[1].null() );
}
catch( std::exception& e )
{
- executionContext;//error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
if (args.size() < 1 )
{
XalanDOMString buf;
- executionContext;//error( getError( buf ), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
}
catch( exception& e )
{
- executionContext;//error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
}
catch( exception& e )
{
- executionContext;//error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
if (args.size() < 2 )
{
XalanDOMString buf;
- executionContext;//error( getError( buf ), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
assert( !args[1].null() );
}
catch( exception& e )
{
- executionContext;//error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
}
catch( exception& e )
{
- executionContext;//error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
}
catch( exception& e )
{
- executionContext;//error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
if (args.size() != 1 )
{
XalanDOMString buf;
- executionContext;//error( getError( buf ), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
}
catch( exception& e )
{
- executionContext;//error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
}
catch( exception& e )
{
- executionContext;//.error( domstr(e.what()), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
if (args.size() != 1)
{
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
}
catch( std::exception& e )
{
- executionContext;//.error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
}
catch( std::exception& e )
{
- executionContext;//.error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
if (args.size() != 1)
{
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
}
catch( std::exception& e )
{
- executionContext;//.error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
if (args.size() != 2)
{
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
assert( !args[1].null() );
cerr << "create-dir wrong args size" << endl;
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
cerr << "create-dir2 args.sz:" << args.size() << endl;
}
catch( std::exception& e )
{
- executionContext;//.error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
if (args.size() != 2 )
{
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
}
catch( std::exception& e )
{
- executionContext;//.error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
if (args.size() != 1 )
{
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
}
catch( std::exception& e )
{
- executionContext;//.error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
}
catch( std::exception& e )
{
- executionContext;//.error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
}
catch( std::exception& e )
{
- executionContext;//.error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
if (args.size() != 1 )
{
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
}
catch( std::exception& e )
{
- executionContext;//.error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
if (args.size() != 3 )
{
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
}
catch( exception& e )
{
- executionContext;//.error( domstr(e.what()), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
if (args.size() != 3 )
{
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
}
catch( exception& e )
{
- executionContext;//.error( domstr(e.what()), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
if (args.size() != 2 )
{
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
}
catch( exception& e )
{
- executionContext;//.error( domstr(e.what()), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr(e.what()), locator, context );
}
}
if (args.size() != 2)
{
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
assert( !args[1].null() );
}
catch( exception& e )
{
- executionContext;//.error( domstr( e.what() ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr( e.what() ), locator, context );
}
}
if (args.size() != 2)
{
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
assert( !args[1].null() );
}
catch( exception& e )
{
- executionContext;//.error( domstr( e.what() ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr( e.what() ), locator, context );
}
}
if (args.size() != 3)
{
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
assert( !args[1].null() );
if( oldv.empty() || newv.empty() )
{
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
replace_if( str.begin(), str.end(),
}
catch( exception& e )
{
- executionContext;//.error( domstr( e.what() ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr( e.what() ), locator, context );
}
}
if (args.size() != 1)
{
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
assert( !args[0].null() );
}
catch( exception& e )
{
- executionContext;//.error( domstr( e.what() ), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr( e.what() ), locator, context );
}
}
if (args.size() != 0)
{
XalanDOMString buf;
- executionContext;//.error( getError( buf ), context);
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, getError( buf ), locator, context );
}
++Counter;
}
catch( exception& e )
{
- executionContext;//.error( domstr( e.what() ), context );
+ executionContext.problem( XPathExecutionContext::eXPath, XPathExecutionContext::eError, domstr( e.what() ), locator, context );
}
}