All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.intellij.xml.NamespaceAwareXmlAttributeDescriptor Maven / Gradle / Ivy

Go to download

A packaging of the IntelliJ Community Edition xml-psi-impl library. This is release number 1 of trunk branch 142.

The newest version!
package com.intellij.xml;

import com.intellij.psi.xml.XmlTag;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

/**
 * @author Eugene.Kudelevsky
 */
public interface NamespaceAwareXmlAttributeDescriptor extends XmlAttributeDescriptor {
  @Nullable
  String getNamespace(@NotNull XmlTag context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy