escapeXML"
From Documentation
Line 19: | Line 19: | ||
=Version History= | =Version History= | ||
− | + | {{LastUpdated}} | |
{| border='1px' | width="100%" | {| border='1px' | width="100%" | ||
! Version !! Date !! Content | ! Version !! Date !! Content |
Revision as of 08:32, 17 December 2010
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 <
- > to >
- & to &
- " to "
- ' to '
Parameters:
- s - the string to encode
Version History
Version | Date | Content |
---|---|---|