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
public class LineSeparatorNode extends TextNode
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 Constructor Description LineSeparatorNode(String value, TemplateNode.Origin origin)
-
Method Summary
-
Methods inherited from class io.quarkus.qute.TextNode
getOrigin, getValue, isConstant, process, resolve, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.quarkus.qute.TemplateNode
getExpressions, getParameterDeclarations, isSection
-
-
-
-
Constructor Detail
-
LineSeparatorNode
public LineSeparatorNode(String value, TemplateNode.Origin origin)
-
-