Class Element_button

All Implemented Interfaces:
Attr_accesskey.Owner, Attr_class.Owner, Attr_dir.Owner, Attr_disabled.Owner, Attr_id.Owner, Attr_lang.Owner, Attr_name.Owner, Attr_onblur.Owner, Attr_onclick.Owner, Attr_ondblclick.Owner, Attr_onfocus.Owner, Attr_onkeydown.Owner, Attr_onkeypress.Owner, Attr_onkeyup.Owner, Attr_onmousedown.Owner, Attr_onmousemove.Owner, Attr_onmouseout.Owner, Attr_onmouseover.Owner, Attr_onmouseup.Owner, Attr_style.Owner, Attr_tabindex.Owner, Attr_title.Owner, Attr_xml_lang.Owner, Locatable<XMLDocumentIdentifier>, Identifiable, Matchable<BaseMatcher>, TypedContent, TypedElement.MixedContentContainer, Visitable<Visitor>

<!ELEMENT button (#PCDATA | p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | pre | hr | blockquote | address | table | br | span | bdo | map | object | img | tt | i | b | big | small | em | strong | dfn | code | q | samp | kbd | var | cite | abbr | acronym | sub | sup | noscript | ins | del | script)* >.
Optional attributes: onmousemove, onfocus, onmouseup, title, dir, type, onmouseover, accesskey, disabled, id, onkeydown, lang, class, value, onblur, onclick, onkeyup, tabindex, onkeypress, ondblclick, xml:lang, onmouseout, name, style, onmousedown.
This class realizes the element definition from the source DTD.