org.esupportail.portal.channels.CIntranet.utils
Class XMLUtils

java.lang.Object
  extended byorg.esupportail.portal.channels.CIntranet.utils.XMLUtils

public class XMLUtils
extends java.lang.Object

XMLUtils

Cette classe propose des outils pour manipuler du code XML

(c)Copyright ESup-Portail 2004

Version:
2.0
Author:
Mathieu Larchet

Constructor Summary
XMLUtils()
           
 
Method Summary
static java.lang.String xmlEscape(java.lang.String in)
          Echappe les caractères spéciaux XML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtils

public XMLUtils()
Method Detail

xmlEscape

public static java.lang.String xmlEscape(java.lang.String in)
Echappe les caractères spéciaux XML

Parameters:
in - La chaîne à échapper
Returns:
La chaîne échappée