private final MultiText buildMultiText() {
// set up a sequence where the next bunch of stuff is text.
int i = cursor - 1;
wloop: while (++i < size) {
final CType ctype = content.get(i).getCType();
switch (ctype) {
case Text :
case CDATA :
case EntityRef:
break; //switch