This default implementation for TextPart nodes
calls VisitTextPart(TextPart). Override this
method to call into a more specific method on a derived visitor class
of the MimeVisitor class. However, it should still
support unknown visitors by calling
VisitTextPart(TextPart).