add_cstr_unchecked


Description:

public void add_cstr_unchecked (string? id, string? val_utf8)

dump val_utf8 to an attribute named id without checking to see if the content needs escaping.

A useful performance enhancement when the application knows that structure of the content well. If val_utf8 is null do nothing (no warning, no output)

Parameters:

this

XMLOut

id

tag id, or null for node content

val_utf8

a utf8 encoded string to export