Example #1
0
 public SELF the_tag_has_style(String style) {
   latestTag.setStyle(style);
   return self();
 }
Example #2
0
 public void the_tag_has_prependTpe_set_to(boolean prependType) {
   latestTag.setPrependType(prependType);
 }