public interface ICDATASection extends ITemplateEvent, CharSequence
Event interface defining a CDATA Section.
Note that any implementations of this interface should be immutable.
Modifier and Type | Method and Description |
---|---|
String |
getCDATASection()
Returns the whole CDATA Section, including the <![CDATA[...]]> prefix and suffix.
|
String |
getContent()
Returns the content of the CDATA Section, without the prefix or suffix.
|
accept, getCol, getLine, getTemplateName, hasLocation, write
charAt, chars, codePoints, length, subSequence, toString
String getCDATASection()
Returns the whole CDATA Section, including the <![CDATA[...]]> prefix and suffix.
String getContent()
Returns the content of the CDATA Section, without the prefix or suffix.
Copyright © 2016 The THYMELEAF team. All rights reserved.