Interface Attr_charset.Owner

All Known Implementing Classes:
Element_a, Element_link, Element_script
Enclosing class:
Attr_charset

public static interface Attr_charset.Owner
  • Method Details

    • getAttr_charset

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

      @Undocumented Attr_charset readAttr_charset()
      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_charset() must be used.)