Tag handler that exposes SPath functionality.
Constructs a new handler. As with TagSupport, subclasses should not provide other constructors and are expected to call the superclass constructor. super(); init();
super(); init();
try { SPathFilter s = new SPathFilter(new SPathParser(select).expression()); pageContext.setAttribute(var, s); return SKIP_BODY; } catch (ParseException ex) { throw new JspTagException(ex.toString(), ex); }
select = var = null;
super.release(); init();
this.select = select;
this.var = var;