fr.dyade.aaa.util
Class XMLWriter

java.lang.Object
  extended byfr.dyade.aaa.util.XMLWriter

public class XMLWriter
extends java.lang.Object


Constructor Summary
XMLWriter()
           
 
Method Summary
static void print(java.io.PrintWriter out, java.lang.String str)
          Prints a string with quotes and quoted special characters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLWriter

public XMLWriter()
Method Detail

print

public static void print(java.io.PrintWriter out,
                         java.lang.String str)
                  throws java.lang.Exception
Prints a string with quotes and quoted special characters.

Parameters:
out - stream to write the string to
str - string to write
Throws:
java.lang.Exception - unspecialized exception


Copyright ? 2004 Scalagent - All rights reserved