encodeAttributeValue abstract method

String encodeAttributeValue(
  1. String input,
  2. XmlAttributeType type
)

Encodes a string to be serialized as XML attribute value.

Implementation

String encodeAttributeValue(String input, XmlAttributeType type);