void initDelegate(Map attributes) throws TransformerException {
   attributes.put(Cascade.DIRECTION, wired);
   try {
     delegate.init(attributes);
   } catch (InvalidKeyException x) {
     throw new TransformerException("initDelegate()", x);
   }
   blockSize = delegate.currentBlockSize();
 }