// elements, this may change the context so do not rely on any
// previously retrieved values being correct.
handler.afterPAPIElement(context, attributes);
// Reset the attributes.
attributes.reset();
switch (result) {
case PAPIConstants.CONTINUE_PROCESSING:
// Do nothing.
break;