public class TagNode extends TokenNode
| Modifier and Type | Field and Description |
|---|---|
protected StringBuilder |
tagName |
| Constructor and Description |
|---|
TagNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(AttributeNode currentAttribute) |
void |
addTagName(char c) |
void |
dump(PrintStream p,
String indent) |
List<AttributeNode> |
getAttributes() |
StringBuilder |
getTagName() |
boolean |
hasSprdInAttributes() |
boolean |
isReactComponent() |
protected StringBuilder tagName
public void addTagName(char c)
public boolean isReactComponent()
public StringBuilder getTagName()
public List<AttributeNode> getAttributes()
public void addAttribute(AttributeNode currentAttribute)
public void dump(PrintStream p, String indent)
public boolean hasSprdInAttributes()
Copyright © 2019. All rights reserved.