public static class JSXParser.TagEntry extends JSXParser.TokenEntry
| Modifier and Type | Field and Description |
|---|---|
protected StringBuilder |
tagName |
chars, children| Constructor and Description |
|---|
TagEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(JSXParser.AttributeEntry currentAttribute) |
void |
addTagName(char c) |
void |
dump(PrintStream p,
String indent) |
List<JSXParser.AttributeEntry> |
getAttributes() |
StringBuilder |
getTagName() |
boolean |
isReactComponent() |
add, add, add, addChild, closeCont, getChars, getChildrenprotected StringBuilder tagName
public void addTagName(char c)
public boolean isReactComponent()
public StringBuilder getTagName()
public List<JSXParser.AttributeEntry> getAttributes()
public void addAttribute(JSXParser.AttributeEntry currentAttribute)
public void dump(PrintStream p, String indent)
dump in class JSXParser.TokenEntryCopyright © 2017. All rights reserved.