Пример #1
0
  /**
   * Ends open-close element, appending "/>".
   *
   * <p>Ex: &quot;/&gt&quot;.
   *
   * @return a reference to this builder.
   */
  public MarkupBuilder endOpenCloseElement() {

    buffer.append(MarkupUtils.endOpenCloseElement());

    return this;
  }