Package org.stringtemplate.v4
Class NoIndentWriter
java.lang.Object
org.stringtemplate.v4.AutoIndentWriter
org.stringtemplate.v4.NoIndentWriter
- All Implemented Interfaces:
STWriter
Just pass through the text.
-
Field Summary
Fields inherited from class org.stringtemplate.v4.AutoIndentWriter
anchors, anchors_sp, atStartOfLine, charIndex, charPosition, indents, lineWidth, newline, out
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.stringtemplate.v4.AutoIndentWriter
indent, index, popAnchorPoint, popIndentation, pushAnchorPoint, pushIndentation, setLineWidth, write, writeSeparator, writeWrap
-
Constructor Details
-
NoIndentWriter
-
-
Method Details
-
write
Description copied from class:AutoIndentWriter
Write out a string literal or attribute expression or expression element.- Specified by:
write
in interfaceSTWriter
- Overrides:
write
in classAutoIndentWriter
- Throws:
IOException
-