Methods in de.ls5.jlearn.util with parameters of type XmlSerializationHelper |
static void |
AutomatonXMLUtil.exportAutomaton(Automaton a,
File f,
XmlSerializationHelper helper)
|
static String |
AutomatonXMLUtil.exportAutomaton(Automaton a,
XmlSerializationHelper helper)
|
static Automaton |
AutomatonXMLUtil.fromXml(AutomatonType in,
XmlSerializationHelper helper)
|
static Word |
AutomatonXMLUtil.fromXml(WordType w,
XmlSerializationHelper helper)
|
static Automaton |
AutomatonXMLUtil.importAutomaton(File f,
XmlSerializationHelper helper)
|
static Automaton |
AutomatonXMLUtil.importAutomaton(String xml,
XmlSerializationHelper helper)
|
static AutomatonType |
AutomatonXMLUtil.toXml(Automaton in,
ObjectFactory factory,
XmlSerializationHelper helper)
|
static WordType |
AutomatonXMLUtil.toXml(Word w,
ObjectFactory factory,
XmlSerializationHelper helper)
|