128129130131132133134135136
if ( describedTag == null ) { throw new JellyException( "Unable to locate an element to describe" ); } Described described = describedTag.getDescribed(); return described; }
8283848586878889909192
* * @throws Exception if an error occurs. */ public void doTag(XMLOutput output) throws Exception { Described described = getCurrentDescribed(); String description = getBodyText(); described.setDescription( description ); }