SORTIE Java Interface
1
|
Static Public Member Functions | |
static String | XMLTrim (String sToTrim) |
Trims out characters that might mess with the reading of the string. More... | |
Title:
Description:
Copyright: Copyright (c) Charles D. Canham 2003
Company: Cary Institute of Ecosystem Studies
|
static |
Trims out characters that might mess with the reading of the string.
These are new lines, carriage returns, and tabs at the beginning and end of the string. Since XML files are text files, sometimes these get stuck into values.
sToTrim | String to trim. |
Edit history:
---------------—
April 28, 2004: Submitted in beta version (LEM)