311312313314315316317318319320321
* This is delegated to the current <code>MappingAction</code>. */ public void end(String namespace, String name) throws Exception { MappingAction action = context.popMappingAction(); action.end(context); } /** * Tidy up. */
310311312313314315316317318319320