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