com.stimulsoft.base.helper
Class ISO9075

java.lang.Object
  extended by com.stimulsoft.base.helper.ISO9075

public class ISO9075
extends java.lang.Object

Support for the ISO 9075 encoding of XML element names.

Author:
Andy Hind

Method Summary
static java.lang.String decode(java.lang.String toDecode)
           
static java.lang.String encode(java.lang.String toEncode)
          Encode a string according to ISO 9075
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static java.lang.String encode(java.lang.String toEncode)
Encode a string according to ISO 9075

Parameters:
toEncode -
Returns:

decode

public static java.lang.String decode(java.lang.String toDecode)