public class Parser extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
FILE_EXTENSION_PATTERN |
| Constructor and Description |
|---|
Parser(String filename,
TemplateLoader templateLoader) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Node> |
getBlocks() |
LinkedList<Parser> |
getContexts() |
Node |
parse() |
void |
setBlocks(Map<String,Node> blocks) |
void |
setContexts(LinkedList<Parser> contexts) |
public static final Pattern FILE_EXTENSION_PATTERN
public Parser(String filename, TemplateLoader templateLoader) throws IOException
IOExceptionCopyright © 2015. All rights reserved.