org.apache.velocity.anakia
Class Escape
java.lang.Object
org.apache.velocity.anakia.Escape
public class Escape
extends java.lang.Object
This class is for escaping CDATA sections. The code was
"borrowed" from the JDOM code. I also added in escaping
of the " -> " character.
Version:
- Jon S. Stevens
static String | getText(String st) - Do the escaping.
|
Escape
public Escape()
Empty constructor
getText
public static final String getText(String st)
Do the escaping.
Copyright © 2003 Apache Software Foundation. All Rights Reserved.