示例#1
0
 /**
  * An element with the item attribute specified creates a new item, a group of name-value pairs.
  * The attribute, if specified, must have a value that is an unordered set of unique
  * space-separated tokens representing the types (if any) of the item.
  */
 @Override
 public DHGroup setHtmlItem(final String item) {
   super.setHtmlItem(item);
   return this;
 }