Made first crude writing impl for x4o.
This commit is contained in:
parent
b4225f6b0c
commit
179c0f3bfe
63 changed files with 2096 additions and 1695 deletions
|
|
@ -27,10 +27,6 @@ import org.x4o.xml.X4ODriver;
|
|||
import org.x4o.xml.X4ODriverManager;
|
||||
import org.x4o.xml.io.X4OReaderContext;
|
||||
import org.x4o.xml.io.X4OWriterContext;
|
||||
import org.x4o.xml.lang.DefaultX4OLanguage;
|
||||
import org.x4o.xml.lang.DefaultX4OLanguageConfiguration;
|
||||
import org.x4o.xml.lang.X4OLanguage;
|
||||
import org.x4o.xml.lang.phase.X4OPhaseManagerFactory;
|
||||
|
||||
public class MTestDriver extends X4ODriver {
|
||||
|
||||
|
|
@ -47,11 +43,6 @@ public class MTestDriver extends X4ODriver {
|
|||
return LANGUAGE_VERSIONS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public X4OLanguage buildLanguage(String version) {
|
||||
return new DefaultX4OLanguage(new DefaultX4OLanguageConfiguration(),X4OPhaseManagerFactory.createDefaultX4OPhaseManager(),getLanguageName(),getLanguageVersionDefault());
|
||||
}
|
||||
|
||||
static public MTestDriver getInstance() {
|
||||
return (MTestDriver)X4ODriverManager.getX4ODriver(LANGUAGE_NAME);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue