Package com.softwaremining.platformutils
Class XMLUtility
java.lang.Object
com.softwaremining.platformutils.XMLUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ISMBean
Convert a java.beans.XMLDecoder compatible xml to a Beanstatic ISMBean[]
converts a XML Object to .CBLBean class;static String
Creates a java.beans.XMLDecoder compatible xml NOTE: all integers/doubles will use String propertystatic String
Creates a java.beans.XMLDecoder compatible xml NOTE: all integers/doubles will use String property
-
Constructor Details
-
XMLUtility
public XMLUtility()
-
-
Method Details
-
toXML
Creates a java.beans.XMLDecoder compatible xml NOTE: all integers/doubles will use String property -
toXML
Creates a java.beans.XMLDecoder compatible xml NOTE: all integers/doubles will use String property -
toBean
Convert a java.beans.XMLDecoder compatible xml to a Bean- Parameters:
xml
-- Returns:
-
toBeans
converts a XML Object to .CBLBean class;- Returns:
- XML representation of CBLBean
-