Tag processor for HTML Button tags - this sets the AmlForm
submit_label, reset flag and reset_label.
Note that the JDK HTML parser being used considers buttons to
be "simple" tags (tags with no body), and therefore does not
invoke endTag() for button - resulting in a failure of this
tag processor.