edu.internet2.middleware.grouper.internal.util
Class XML

java.lang.Object
  extended by edu.internet2.middleware.grouper.internal.util.XML

public class XML
extends Object

XML Utility class.

Since:
1.2.0
Version:
$Id: XML.java,v 1.1 2007-05-21 16:16:41 blair Exp $
Author:
blair christensen.

Constructor Summary
XML()
           
 
Method Summary
static String escape(String s)
          Return string with escaped '>', '<', '"', '&' and '''.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XML

public XML()
Method Detail

escape

public static String escape(String s)
Return string with escaped '>', '<', '"', '&' and '''.

Since:
1.2.0