Class TemplateParser.HtmlAttribute

java.lang.Object
gg.jte.compiler.TemplateParser.HtmlAttribute
All Implemented Interfaces:
HtmlAttribute
Enclosing class:
TemplateParser

public static class TemplateParser.HtmlAttribute extends Object implements HtmlAttribute
  • Field Details

    • BOOLEAN_HTML_ATTRIBUTES

      private static final Set<String> BOOLEAN_HTML_ATTRIBUTES
    • name

      public final String name
    • quotes

      public final char quotes
    • startIndex

      public final int startIndex
    • containsSingleOutput

      public final boolean containsSingleOutput
    • bool

      public final boolean bool
    • hasValue

      public final boolean hasValue
    • value

      public String value
    • variableName

      public String variableName
    • quoteCount

      public int quoteCount
    • valueStartIndex

      public int valueStartIndex
  • Constructor Details

    • HtmlAttribute

      private HtmlAttribute(String name, char quotes, int startIndex, boolean containsSingleOutput, boolean hasValue)
  • Method Details