public abstract class DomAnchorImpl<T extends DomElement> extends java.lang.Object implements DomAnchor<T>
| Constructor and Description |
|---|
DomAnchorImpl() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends DomElement> |
createAnchor(T t) |
static <T extends DomElement> |
createAnchor(T t,
boolean usePsi) |
abstract XmlFile |
getContainingFile() |
PsiElement |
getPsiElement() |
abstract T |
retrieveDomElement() |
public static <T extends DomElement> DomAnchor<T> createAnchor(T t)
public static <T extends DomElement> DomAnchor<T> createAnchor(T t, boolean usePsi)
public PsiElement getPsiElement()
getPsiElement in interface PsiElementPointerpublic abstract T retrieveDomElement()
retrieveDomElement in interface DomAnchor<T extends DomElement>public abstract XmlFile getContainingFile()
getContainingFile in interface DomAnchor<T extends DomElement>