Package eu.bandm.tools.doctypes.xhtml
Interface Attr_accesskey.Owner
- All Known Implementing Classes:
Element_a,Element_area,Element_button,Element_input,Element_label,Element_legend,Element_textarea
- Enclosing class:
Attr_accesskey
public static interface Attr_accesskey.Owner
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAttr_accesskey
- Returns:
- an implementation of that Attribute, the value of which can be
read and written.
(If only read access is needed,readAttr_accesskey()should be used.)
-
readAttr_accesskey
- 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_accesskey()must be used.)
-