java.lang.Object
org.nustaq.kontraktor.webapp.transpiler.jsx.TokenNode
org.nustaq.kontraktor.webapp.transpiler.jsx.TagNode

public class TagNode extends TokenNode
  • Field Details

  • Constructor Details

    • TagNode

      public TagNode()
  • Method Details

    • addTagName

      public void addTagName(char c)
    • isReactComponent

      public boolean isReactComponent()
    • getTagName

      public StringBuilder getTagName()
    • getAttributes

      public List<AttributeNode> getAttributes()
    • addAttribute

      public void addAttribute(AttributeNode currentAttribute)
    • dump

      public void dump(PrintStream p, String indent)
      Specified by:
      dump in class TokenNode
    • hasSprdInAttributes

      public boolean hasSprdInAttributes()