void WriteAttributeStringJust(String localName, String? stringValue) { builder.attribute(localName, stringValue); }