示例#1
0
 /**
  * The lang attribute (in no namespace) specifies the primary language for the element's contents
  * and for any of the element's attributes that contain text. Its value must be a valid BCP 47
  * language code, or the empty string.
  */
 @Override
 public DHGroup setHtmlLang(final String lang) {
   super.setHtmlLang(lang);
   return this;
 }