void shouldAttribute(String? key, String? value) { super.shouldAttribute(key, value); for (XmlProcessor? child in _children) { child!.shouldAttribute(key, value); }; }