visitText abstract method

void visitText(
  1. Text text
)

Called when a Text node has been reached.

Implementation

void visitText(Text text);