if (currentDescriptor != null) {
nextDescriptor = currentDescriptor.getElementDescriptor(elementName);
}
}
Updater updater = null;
Options options = null;
if (nextDescriptor != null) {
updater = nextDescriptor.getUpdater();
options = nextDescriptor.getOptions();
}
updaterStack.push(updater);