start
start(tagName, unary, lineNo)
Called when parsing a tag begins.
Parameters
- tagName
{String}
:The name of the tag.
- unary
{Boolean}
:If this tag is unary (has no closing tag).
- lineNo
{Number}
:The starting line number of the tag (undefined in production).