in scala.xml
class TextBuffer

class TextBuffer
extends java.lang.Object
with ScalaObject
this classes is for creating text nodes without surplus whitespace. all occurrences of one or more whitespace in strings appended with the append method will be replaced by a single space character, and leading and trailing space will be removed completely.

Constructor Summary
def this



Def Summary
def append ( cs : Seq ) : TextBuffer
appends this string to the text buffer, trimming whitespaces as needed
def appendChar ( c : scala.Char ) : java.lang.StringBuffer

def appendSpace : scala.Any

def toText : Seq
returns an empty sequence if text is only whitespace


Constructor Detail
def this

Def Detail
def append ( cs : Seq ) : TextBuffer
appends this string to the text buffer, trimming whitespaces as needed

def appendChar ( c : scala.Char ) : java.lang.StringBuffer

def appendSpace : scala.Any

def toText : Seq
returns an empty sequence if text is only whitespace