|
|
Scala 2.3.1
|
class
TextBuffer
extends java.lang.Object
with scala.ScalaObject
| Constructor Summary | |
def
this
|
|
| Val Summary | |
val
sb
: scala.compat.StringBuilder
|
|
| Var Summary | |
var
ws
: scala.Boolean
|
|
| Def Summary | |
def
append
(cs: scala.Seq[scala.Char])
: scala.xml.TextBuffer
appends this string to the text buffer, trimming whitespaces as needed |
|
def
appendChar
(c: scala.Char)
: scala.compat.StringBuilder
|
|
def
appendSpace
: scala.Any
|
|
def
toText
: scala.Seq[scala.xml.Text]
returns an empty sequence if text is only whitespace |
|
| Constructor Detail |
| Val Detail |
| Var Detail |
| Def Detail |
def
append
(cs: scala.Seq[scala.Char]): scala.xml.TextBuffer
def
appendChar
(c: scala.Char): scala.compat.StringBuilder
def
appendSpace
: scala.Any
def
toText
: scala.Seq[scala.xml.Text]