|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stringtemplate.v4.AutoIndentWriter
org.stringtemplate.v4.NoIndentWriter
public class NoIndentWriter
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 |
| Fields inherited from interface org.stringtemplate.v4.STWriter |
|---|
NO_WRAP |
| Constructor Summary | |
|---|---|
NoIndentWriter(java.io.Writer out)
|
|
| Method Summary | |
|---|---|
int |
write(java.lang.String str)
Write out a string literal or attribute expression or expression element. |
| Methods inherited from class org.stringtemplate.v4.AutoIndentWriter |
|---|
indent, index, popAnchorPoint, popIndentation, pushAnchorPoint, pushIndentation, setLineWidth, write, writeSeparator, writeWrap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoIndentWriter(java.io.Writer out)
| Method Detail |
|---|
public int write(java.lang.String str)
throws java.io.IOException
AutoIndentWriter
write in interface STWriterwrite in class AutoIndentWriterjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||