it.cutruzzula.lwkt.util
Class XmlUtils

java.lang.Object
  extended by it.cutruzzula.lwkt.util.XmlUtils

public class XmlUtils
extends java.lang.Object

XML utility methods


Method Summary
static java.lang.String escapeTags(java.lang.String input)
          Method to escape < and > chars.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

escapeTags

public static java.lang.String escapeTags(java.lang.String input)
Method to escape < and > chars.

Parameters:
input - The input string
Returns:
The escaped string