Class Element_select

All Implemented Interfaces:
Attr_class.Owner, Attr_dir.Owner, Attr_disabled.Owner, Attr_id.Owner, Attr_lang.Owner, Attr_multiple.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, Visitable<Visitor>

<!ELEMENT select (optgroup | option)+ >.
Optional attributes: onmousemove, onfocus, onmouseup, title, dir, onmouseover, disabled, id, onkeydown, lang, class, onblur, onclick, onkeyup, tabindex, multiple, onchange, onkeypress, ondblclick, xml:lang, size, onmouseout, name, style, onmousedown.
This class realizes the element definition from the source DTD.