encodeAttributeValue method
Encodes a string to be serialized as XML attribute value.
Implementation
@override
String encodeAttributeValue(String input, XmlAttributeType type) => input;
Encodes a string to be serialized as XML attribute value.
@override
String encodeAttributeValue(String input, XmlAttributeType type) => input;