Exemplo n.º 1
0
 /**
  * The subject attribute may be specified on any HTML element to associate the element with an
  * element with an item attribute. If the subject attribute is specified, the attribute's value
  * must be the ID of an element with an item attribute, in the same Document as the element with
  * the subject attribute.
  */
 @Override
 public DCol setHtmlSubject(final String subject) {
   super.setHtmlSubject(subject);
   return this;
 }