Class Tags

java.lang.Object
htmlflow.visitor.Tags

public class Tags extends Object
  • Method Details

    • beginTag

      public static void beginTag(Appendable out, String elementName)
      Write "<elementName".
    • endTag

      public static void endTag(Appendable out, String elementName)
      Writes "</elementName>".
    • addAttribute

      public static void addAttribute(Appendable out, String attributeName, String attributeValue)
      Writes "attributeName=attributeValue"
    • addComment

      public static void addComment(Appendable out, String comment)
      Writes "<!--s-->"