merge_tags


Description:

[ Version ( since = "1.6" ) ]
public void merge_tags (TagList? tags, TagMergeMode mode)

Sets the parser subclass's tags and how they should be merged with any upstream stream tags.

This will override any tags previously-set with merge_tags.

Note that this is provided for convenience, and the subclass is not required to use this and can still do tag handling on its own.

Parameters:

this

a Parse

tags

a TagList to merge, or NULL to unset previously-set tags

mode

the TagMergeMode to use, usually REPLACE