public class XmlClosingTagInsertHandler extends java.lang.Object implements InsertHandler<LookupElement>
Modifier and Type | Field and Description |
---|---|
static XmlClosingTagInsertHandler |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
handleInsert(InsertionContext context,
LookupElement item)
Invoked inside atomic action.
|
public static final XmlClosingTagInsertHandler INSTANCE
public void handleInsert(InsertionContext context, LookupElement item)
InsertHandler
handleInsert
in interface InsertHandler<LookupElement>