Class DefaultInsertionHook

java.lang.Object
ca.phon.app.session.editor.view.transcript.DefaultInsertionHook
All Implemented Interfaces:
InsertionHook
Direct Known Subclasses:
HeaderTierExtension

public abstract class DefaultInsertionHook extends Object implements InsertionHook
Hook for controlling document insertions before they are preformed. Attribute sets may be modified and string contents may be altered by modifying the StringBuffer. The batchInsertString method may return a list of additional element specs which should be added after the provided data.