public void checkSupported() throws ImplNotSupportedException
{
IdeaPluginDescriptor xPathViewPlugin = PluginManager.getPlugin(PluginId.getId("XPathView"));
if (xPathViewPlugin == null)
{
throw new ImplNotSupportedException("XPathView plugin is required");
}
}