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