There's no documentation for this item.
# File builder/xmlevents.rb, line 53 def _start_tag(sym, attrs, end_too=false) @target.start_tag(sym, attrs) _end_tag(sym) if end_too end
<code/>
<pre/>
<code/>and<pre/>for code samples.