| 
 | 
          Scala 1.3.0.7 | |||
| Field Summary | |
| val sb: StringBuffer | |
| Method Summary | |
| def append(cs: Seq[Char]): TextBufferappends this string to the text buffer, trimming whitespaces as needed | |
| def appendChar(c: Char): StringBuffer | |
| def appendSpace: Any | |
| def toText: Seq[Text]returns an empty sequence if text is only whitespace | |
| var ws: Boolean | |
| Methods inherited from java/lang/Object-class | 
| clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait | 
| Methods inherited from scala/Any-class | 
| !=, ==, asInstanceOf, isInstanceOf, match | 
| Methods inherited from scala/ScalaObject-class | 
| getType | 
| Field Detail | 
val sb: StringBuffer
| Method Detail | 
var ws: Boolean
def appendSpace: Any
def appendChar(c: Char): StringBuffer
def append(cs: Seq[Char]): TextBuffer
def toText: Seq[Text]
| 
 | 
          Scala 1.3.0.7 | |||