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 AutoIndentWriter
anchors, anchors_sp, atStartOfLine, charIndex, charPosition, indents, lineWidth, newline, out -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AutoIndentWriter
indent, index, popAnchorPoint, popIndentation, pushAnchorPoint, pushIndentation, setLineWidth, write, writeSeparator, writeWrap
-
Constructor Details
-
NoIndentWriter
-
-
Method Details
-
write
Description copied from class:AutoIndentWriterWrite out a string literal or attribute expression or expression element.- Specified by:
writein interfaceSTWriter- Overrides:
writein classAutoIndentWriter- Throws:
IOException
-