com.ibm.di.util
Class XMLUtils

java.lang.Object
  extended by com.ibm.di.util.XMLUtils

public class XMLUtils
extends Object


Field Summary
 Exception lastError
           
 
Constructor Summary
XMLUtils()
           
 
Method Summary
 String entry2XML(Entry e)
           
 Entry XML2Entry(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastError

public Exception lastError
Constructor Detail

XMLUtils

public XMLUtils()
Method Detail

entry2XML

public String entry2XML(Entry e)
                 throws Exception
Throws:
Exception

XML2Entry

public Entry XML2Entry(String xml)
                throws Exception
Throws:
Exception