Uses of Class
fr.umlv.tatoo.runtime.ast.XMLNodeFactory

Packages that use XMLNodeFactory
fr.umlv.tatoo.runtime.ast   
 

Uses of XMLNodeFactory in fr.umlv.tatoo.runtime.ast
 

Methods in fr.umlv.tatoo.runtime.ast with parameters of type XMLNodeFactory
static Node XML.unserialize(Reader reader, XMLNodeFactory builder)
          De-serialize an XML reader to an AST.
static Node XML.unserialize(Reader reader, XMLNodeFactory builder, StringConverter converter)
          De-serialize an XML reader to an AST.