If the {@link #elementStart} method was called then this method will also be called unless an Exception occurred during the processing of the body.
@param context The MarinerRequestContext within which this element isbeing processed. @param iapiAttributes The implementation of IAPIAttributes whichcontains the attributes specific to the implementation of IAPIElement. @return CONTINUE_PROCESSING or ABORT_PROCESSING. @throws com.volantis.mcs.integration.iapi.IAPIException If there was a problem processing the element.If the elementStart method was called then this method will also be called unless an Exception occurred during the processing of the body.
@param context The MarinerRequestContext within which this element isbeing processed. @param papiAttributes The implementation of PAPIAttributes whichcontains the attributes specific to the implementation of PAPIElement. @return CONTINUE_PROCESSING or ABORT_PROCESSING. @throws PAPIException If there was a problem processing the element.elementEnd("textarea") -> </textarea>@param name the HTML element name to end @return a reference to this HtmlStringBuffer object @throws IllegalArgumentException if name is null
|
|