element = element.getParent();
}
if (element == null) {
return;
}
CfmlTag tag = (CfmlTag)element;
String tagName = tag.getTagName();
String[] attributeValue = CfmlUtil.getAttributeValues(tagName, attributeName, parameters.getPosition().getProject());
if (attributeValue == null) {
return;
}