- All Known Implementing Classes:
- SchemaCreator
public interface Substitutor
Copyright (c) 2002, 2008, Oracle. All rights reserved.
This interface defines a substitute() method that is used to substitute
the value of its parameter. If provided to an ActionQueueCreator, the
ActionQueueCreator will pass all XML tag and attribute values
through the substitute() method before setting the values on the Actions
it adds to the ActionQueue.
- Author:
- Boulos Harb
- Modified:
- bharb 1/29/02 Created.