290291292293294295296297298299
{ loadComponentDescription (); } catch (Exception e) { throw new XPathProcessorException (e.getMessage (), e); } } super.startupComponent (); }
303304305306307308309310311312
{ loadComponentDescription (); } catch (Exception e) { throw new XPathProcessorException (e.getMessage (), e); } } super.startupComponent (classObj); }