public interface DocumentAction
DocumentAction is used for an action that modifies a W3C
Document. When an application wishes to access a Document,
it creates an instance of a class that implements
DocumentAction, and passes this instance to the system.
The system then calls back to the user code via the
DocumentAction interface.
- See Also:
MultipleDocumentsAction,
DocumentFactory