newItem = getNameBasedCfmlTag(tagName, match, getLineNumber(match.startPos));
newItem.initDictionary(DictionaryManager.getDictionary(DictionaryManager.CFDIC));
newItem.setItemData(match.match);
}
newItem.addAttributes(attrList);
addTagItemToTree(match, matchStack, isACloser, newItem);
}
private void addDocItemToTree(DocItem item) {
DocItem topItem = (DocItem) matchStack.pop();