Uses of Class
mgui.interfaces.xml.XMLException
Package | Description |
---|---|
mgui.interfaces.xml |
-
Uses of XMLException in mgui.interfaces.xml
Methods in mgui.interfaces.xml that throw XMLException Modifier and Type Method Description static java.lang.Object
XMLFunctions. getObjectForXMLString(java.lang.Class<?> obj_class, java.lang.String string)
Attempts to detect the data type ofs
and return a newly instantiated Object of the correct Class.static void
XMLFunctions. writeToXML(java.io.File file, XMLObject xml)
Writes an XML object to file.