Started with moving write to phases.
Changed eld attribute name to id, Changed runBeanFill to runBeanValue.
This commit is contained in:
parent
226c1f0425
commit
d271edb1ee
39 changed files with 615 additions and 337 deletions
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* The X4O XML Meta Language.
|
||||
* The XML Meta Language.
|
||||
*
|
||||
*
|
||||
* @since 1.0
|
||||
|
|
|
|||
|
|
@ -25,8 +25,6 @@ package org.x4o.xml.lang.meta;
|
|||
|
||||
import org.x4o.xml.X4ODriver;
|
||||
import org.x4o.xml.X4ODriverManager;
|
||||
import org.x4o.xml.io.X4OReaderContext;
|
||||
import org.x4o.xml.io.X4OWriterContext;
|
||||
|
||||
public class MTestDriver extends X4ODriver<Object> {
|
||||
|
||||
|
|
@ -46,12 +44,4 @@ public class MTestDriver extends X4ODriver<Object> {
|
|||
static public MTestDriver getInstance() {
|
||||
return (MTestDriver)X4ODriverManager.getX4ODriver(LANGUAGE_NAME);
|
||||
}
|
||||
|
||||
public X4OReaderContext<?> createReaderContext() {
|
||||
return (X4OReaderContext<?>)super.createReader();
|
||||
}
|
||||
|
||||
public X4OWriterContext<?> createWriterContext() {
|
||||
return (X4OWriterContext<?>)super.createWriter();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue