// write end tag for the value
outputEndElement(aContentHandler, innerMatchingNode, aNamespace, aValueTagName, aValueTagName);
}
} finally {
cc.lastOutputNodeClearLevel();
}
// if we wrote start tag for attribute, now write end tag
outputEndElement(aContentHandler, matchingNode, aNamespace, aXmlElementName, aXmlElementName);
}