Package eu.bandm.tools.doctypes.xhtml
Interface Attr_onmouseover.Owner
- All Known Implementing Classes:
Element_a
,Element_abbr
,Element_acronym
,Element_address
,Element_area
,Element_b
,Element_bdo
,Element_big
,Element_blockquote
,Element_body
,Element_button
,Element_caption
,Element_cite
,Element_code
,Element_col
,Element_colgroup
,Element_dd
,Element_del
,Element_dfn
,Element_div
,Element_dl
,Element_dt
,Element_em
,Element_fieldset
,Element_form
,Element_h1
,Element_h2
,Element_h3
,Element_h4
,Element_h5
,Element_h6
,Element_hr
,Element_i
,Element_img
,Element_input
,Element_ins
,Element_kbd
,Element_label
,Element_legend
,Element_li
,Element_link
,Element_map
,Element_noscript
,Element_object
,Element_ol
,Element_optgroup
,Element_option
,Element_p
,Element_pre
,Element_q
,Element_samp
,Element_select
,Element_small
,Element_span
,Element_strong
,Element_sub
,Element_sup
,Element_table
,Element_tbody
,Element_td
,Element_textarea
,Element_tfoot
,Element_th
,Element_thead
,Element_tr
,Element_tt
,Element_ul
,Element_var
- Enclosing class:
- Attr_onmouseover
public static interface Attr_onmouseover.Owner
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAttr_onmouseover
- Returns:
- an implementation of that Attribute, the value of which can be
read and written.
(If only read access is needed,readAttr_onmouseover()
should be used.)
-
readAttr_onmouseover
- Returns:
- an implementation of that Attribute, the value of which can be
read, but is not guaranteed to be writable.
(If write access is needed,getAttr_onmouseover()
must be used.)
-