escapeXML
From Documentation
String escapeXML(String s);
- i.e., XMLs.escapeXML(String)
Encodes a string that special characters are quoted to be compatible with HTML/XML. For example, < is translated to <. & -> & < -> < > -> > " -> " ' -> '
Parameters:
- s - the string to encode
Version History
Last Update : 2010/11/16
Version | Date | Content |
---|---|---|