SORTIE Java Interface  1
Static Public Member Functions | List of all members
sortie.sax.SaxParseTools Class Reference

Static Public Member Functions

static String XMLTrim (String sToTrim)
 Trims out characters that might mess with the reading of the string. More...
 

Detailed Description

Title:

Description:

Copyright: Copyright (c) Charles D. Canham 2003

Company: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0

Member Function Documentation

◆ XMLTrim()

static String sortie.sax.SaxParseTools.XMLTrim ( String  sToTrim)
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.

Parameters
sToTrimString to trim.
Returns
Trimmed string.


Edit history:
---------------—
April 28, 2004: Submitted in beta version (LEM)


The documentation for this class was generated from the following file: