de.neuland.jade4j.parser
Class Parser
java.lang.Object
de.neuland.jade4j.parser.Parser
public class Parser
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILE_EXTENSION_PATTERN
public static final Pattern FILE_EXTENSION_PATTERN
Parser
public Parser(String filename,
TemplateLoader templateLoader)
throws IOException
- Throws:
IOException
parse
public Node parse()
getBlocks
public Map<String,Node> getBlocks()
setBlocks
public void setBlocks(Map<String,Node> blocks)
getContexts
public LinkedList<Parser> getContexts()
setContexts
public void setContexts(LinkedList<Parser> contexts)
Copyright © 2013. All rights reserved.