1718192021222324
this.t2 = t2; } public Comparator instantiate(Node node, ExprContext context) throws XSLException { return new BilevelComparator(t1.instantiate(node, context), t2.instantiate(node, context)); }