All Implemented Interfaces:
TagBase, Serializable, Cloneable

@Deprecated public class Blank extends NoTag
Deprecated.
use NoTag instead of this class.
Since:
1.0.0
See Also:
  • Constructor Details

    • Blank

      public Blank(AbstractHtml base, AbstractHtml... children)
      Deprecated.
      Parameters:
      base - i.e. parent tag of this tag
      children - An array of AbstractHtml
      Since:
      1.0.0
    • Blank

      public Blank(AbstractHtml base, Collection<? extends AbstractHtml> children)
      Deprecated.
      Parameters:
      base - i.e. parent tag of this tag
      children - An array of AbstractHtml
      Since:
      1.0.0
    • Blank

      public Blank(AbstractHtml base, String childContent)
      Deprecated.
      Parameters:
      base - i.e. parent tag of this tag
      childContent -
      Since:
      1.0.0