Package io.quarkus.qute
Class LineSeparatorNode
java.lang.Object
io.quarkus.qute.ResultNode
io.quarkus.qute.TextNode
io.quarkus.qute.LineSeparatorNode
- All Implemented Interfaces:
TemplateNode
A line separator.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.qute.TemplateNode
TemplateNode.Origin -
Field Summary
Fields inherited from class io.quarkus.qute.ResultNode
NOOP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.quarkus.qute.TextNode
getOrigin, getValue, isConstant, process, resolve, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.qute.TemplateNode
getExpressions, getParameterDeclarations, isSection
-
Constructor Details
-
LineSeparatorNode
-