custom_tag_end


Description:

[ Version ( since = "2.12" ) ]
public abstract void custom_tag_end (Builder builder, Object? child, string tagname, void* data)

This is called at the end of each custom element handled by the buildable.

Parameters:

this

A Buildable

builder

Builder used to construct this object

child

child object or null for non-child tags

tagname

name of tag

data

user data that will be passed in to parser functions