Reconstruct this Node's inner source code (the source of its children.)
@override String innerSource([int level = 0]) { return indent(quoteCdata(text), level); }