org.thymeleaf.templatewriter
Class XmlTemplateWriter

Object
  extended by org.thymeleaf.templatewriter.AbstractGeneralTemplateWriter
      extended by org.thymeleaf.templatewriter.XmlTemplateWriter
All Implemented Interfaces:
ITemplateWriter

public final class XmlTemplateWriter
extends AbstractGeneralTemplateWriter

Since:
2.0.0
Author:
Daniel Fernández

Constructor Summary
XmlTemplateWriter()
           
 
Method Summary
protected  boolean shouldWriteXmlDeclaration()
           
protected  boolean useXhtmlTagMinimizationRules()
           
 
Methods inherited from class org.thymeleaf.templatewriter.AbstractGeneralTemplateWriter
write, writeCDATASection, writeComment, writeDocType, writeDocument, writeElement, writeNode, writeText, writeXmlDeclaration
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlTemplateWriter

public XmlTemplateWriter()
Method Detail

shouldWriteXmlDeclaration

protected boolean shouldWriteXmlDeclaration()
Specified by:
shouldWriteXmlDeclaration in class AbstractGeneralTemplateWriter

useXhtmlTagMinimizationRules

protected boolean useXhtmlTagMinimizationRules()
Specified by:
useXhtmlTagMinimizationRules in class AbstractGeneralTemplateWriter


Copyright © 2012 The THYMELEAF team. All Rights Reserved.