Class Element_option

All Implemented Interfaces:
Attr_class.Owner, Attr_dir.Owner, Attr_disabled.Owner, Attr_id.Owner, Attr_lang.Owner, Attr_onclick.Owner, Attr_ondblclick.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_selected.Owner, Attr_style.Owner, Attr_title.Owner, Attr_xml_lang.Owner, Locatable<XMLDocumentIdentifier>, Identifiable, Matchable<BaseMatcher>, TypedContent, TypedElement.MixedContentContainer, TypedElement.PCDataContainer, Visitable<Visitor>

<!ELEMENT option (#PCDATA)* >.
Optional attributes: onmousemove, onmouseup, onclick, onkeyup, label, title, dir, onmouseover, onkeypress, ondblclick, xml:lang, onmouseout, style, onmousedown, disabled, id, onkeydown, lang, class, value, selected.
This class realizes the element definition from the source DTD.