elementPath.pop();
if (ExmlUtils.isExmlNamespace(uri)) {
if (Exmlc.EXML_DESCRIPTION_NODE_NAME.equals(localName)) {
String characters = popRecordedCharacters();
if (characters != null) {
DescriptionHolder descriptionHolder =
isLastInPathConfig() ? configClass.getCfgs().get(configClass.getCfgs().size() - 1)
: isLastInPathExmlClass() ? configClass
: isLastInPathConstant() ? configClass.getConstants().get(configClass.getConstants().size() - 1)
: null;
if (descriptionHolder != null) {
descriptionHolder.setDescription(characters);
}
}
} else if (Exmlc.EXML_ANNOTATION_NODE_NAME.equals(localName)) {
String characters = popRecordedCharacters();
if (characters != null) {