public static class JSXParser.ContentEntry extends JSXParser.TokenEntry
chars, children| Constructor and Description |
|---|
ContentEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(char c) |
void |
add(StringBuilder stringBuilder) |
void |
addChild(JSXParser.TokenEntry o) |
void |
closeCont() |
void |
dump(PrintStream p,
String indent) |
boolean |
isEmpty() |
void |
trim() |
add, getChars, getChildrenpublic void dump(PrintStream p, String indent)
dump in class JSXParser.TokenEntrypublic void add(char c)
add in class JSXParser.TokenEntrypublic void add(StringBuilder stringBuilder)
add in class JSXParser.TokenEntrypublic void closeCont()
closeCont in class JSXParser.TokenEntrypublic void addChild(JSXParser.TokenEntry o)
addChild in class JSXParser.TokenEntrypublic void trim()
public boolean isEmpty()
Copyright © 2017. All rights reserved.