Interface Attr_href.Owner

All Known Implementing Classes:
Element_a, Element_area, Element_link
Enclosing class:
Attr_href

public static interface Attr_href.Owner
  • Method Details

    • getAttr_href

      @Undocumented Attr_href getAttr_href()
      Returns:
      an implementation of that Attribute, the value of which can be read and written.
      (If only read access is needed, readAttr_href() should be used.)
    • readAttr_href

      @Undocumented Attr_href readAttr_href()
      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_href() must be used.)