com.im.df/1 5.8

com.im.df.util
Class XAttributesUtils

java.lang.Object
  extended by com.im.df.util.XAttributesUtils

public class XAttributesUtils
extends Object


Constructor Summary
XAttributesUtils()
           
 
Method Summary
static Map<String,String> fromXML(String xml)
           
static String toXML(Map<String,String> xAttributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XAttributesUtils

public XAttributesUtils()
Method Detail

toXML

public static String toXML(Map<String,String> xAttributes)

fromXML

public static Map<String,String> fromXML(String xml)
                                  throws IllegalStateException
Throws:
IllegalStateException

com.im.df/1 5.8