Package com.intellij.util.xml.impl

Examples of com.intellij.util.xml.impl.GenericDomValueReference


  @NotNull
  @Override
  public PsiReference[] createReferences(GenericDomValue value, PsiElement element, ConvertContext context) {
    final PsiReference[] references = javaClassReferenceProvider.getReferencesByElement(element);
    return ArrayUtil.append(references, new GenericDomValueReference(value), PsiReference.ARRAY_FACTORY);
  }
View Full Code Here

TOP

Related Classes of com.intellij.util.xml.impl.GenericDomValueReference

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.