public class JSXGenerator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JSXGenerator.ParseResult |
| Constructor and Description |
|---|
JSXGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static String |
camelCase(String name) |
void |
generateJS(JSXParser.TokenEntry root,
PrintStream out) |
static JSXGenerator.ParseResult |
process(File f,
boolean pretty) |
protected void |
renderSingleNode(JSXParser.TokenEntry tokenEntry,
PrintStream out) |
protected void |
renderSingleNode(JSXParser.TokenEntry tokenEntry,
PrintStream out,
boolean quote) |
public void generateJS(JSXParser.TokenEntry root, PrintStream out)
protected void renderSingleNode(JSXParser.TokenEntry tokenEntry, PrintStream out)
protected void renderSingleNode(JSXParser.TokenEntry tokenEntry, PrintStream out, boolean quote)
public static JSXGenerator.ParseResult process(File f, boolean pretty) throws IOException
IOExceptionCopyright © 2017. All rights reserved.