1. package org.apache.xalan.transformer;
  2. /**
  3. * This is an opaque interface that allows the transformer to return a
  4. * "snapshot" of it's current state, which can later be restored.
  5. */
  6. public interface TransformSnapshot
  7. {
  8. }