de.neuland.jade4j.parser
Class Parser

java.lang.Object
  extended by de.neuland.jade4j.parser.Parser

public class Parser
extends Object


Field Summary
static Pattern FILE_EXTENSION_PATTERN
           
 
Constructor Summary
Parser(String filename, TemplateLoader templateLoader)
           
 
Method Summary
 Map<String,Node> getBlocks()
           
 LinkedList<Parser> getContexts()
           
 Node parse()
           
 void setBlocks(Map<String,Node> blocks)
           
 void setContexts(LinkedList<Parser> contexts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_EXTENSION_PATTERN

public static final Pattern FILE_EXTENSION_PATTERN
Constructor Detail

Parser

public Parser(String filename,
              TemplateLoader templateLoader)
       throws IOException
Throws:
IOException
Method Detail

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.