blob: 7f5a1a497064314c2c4639c4f9bdd5f98eaf596e [file] [log] [blame]
package org.apache.xalan.transformer;
/**
* This is an opaque interface that allows the transformer to return a
* "snapshot" of it's current state, which can later be restored.
*/
public interface TransformSnapshot
{
}