begin abstract method

void begin(
  1. TagContext context,
  2. String data
)

Called when the beginning of a tag is encountered.

Implementation

void begin(TagContext context, String data);