encodeText abstract method

String encodeText(
  1. String input
)

Encodes a string to be serialized as XML text.

Implementation

String encodeText(String input);