org.thymeleaf
Class TemplateParser

Object
  extended by org.thymeleaf.TemplateParser

public final class TemplateParser
extends Object

Since:
1.0
Author:
Daniel Fernández

Field Summary
protected static org.thymeleaf.ErrorHandler ERROR_HANDLER
           
 
Method Summary
 ParsedTemplate parseDocument(Arguments arguments)
           
 Node parseXMLString(Arguments arguments, String xmlString)
           
 Document processLegacyHTML5Template(TemplateResolution templateResolution, InputStream inputStream)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_HANDLER

protected static final org.thymeleaf.ErrorHandler ERROR_HANDLER
Method Detail

parseXMLString

public Node parseXMLString(Arguments arguments,
                           String xmlString)

parseDocument

public ParsedTemplate parseDocument(Arguments arguments)

processLegacyHTML5Template

public Document processLegacyHTML5Template(TemplateResolution templateResolution,
                                           InputStream inputStream)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.