begin method
Called when the beginning of a tag is encountered.
Implementation
@override
void begin(TagContext tc, String data) {
output(tc, data.trim());
}
Called when the beginning of a tag is encountered.
@override
void begin(TagContext tc, String data) {
output(tc, data.trim());
}