Uses of Interface
de.ls5.jlearn.util.xml.XmlSerializationHelper

Packages that use XmlSerializationHelper
de.ls5.jlearn.util   
de.ls5.jlearn.util.xml   
 

Uses of XmlSerializationHelper in de.ls5.jlearn.util
 

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)
           
 

Uses of XmlSerializationHelper in de.ls5.jlearn.util.xml
 

Classes in de.ls5.jlearn.util.xml that implement XmlSerializationHelper
 class ObjectXmlSerializationHelper
           
 class SimpleXmlSerializationHelper
           
 



Copyright © 2011. All Rights Reserved.