end
    end(tagName, unary, lineNo)
  
  Called at the end of parsing a tag.
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).