| Interface | Description |
|---|---|
| X4OConnection |
X4OConnection interface for config the io drivers.
|
| X4OReader<T> |
X4OReader can read different input formats.
|
| X4OReaderContext<T> |
X4OReaderContext is reader with language context.
|
| X4OSchemaWriter |
X4OSchemaWriter can write the schema for the language.
|
| X4OWriter<T> |
X4OWriter can write the xml language.
|
| X4OWriterContext<T> |
X4OWriterContext is writer with language context.
|
| Class | Description |
|---|---|
| AbstractX4OConnection |
AbstractX4OConnection is the read/write interface for the classes.
|
| AbstractX4OReader<T> |
AbstractX4OReader wraps method to contexted reader.
|
| AbstractX4OReaderContext<T> |
AbstractX4OContextReader
|
| AbstractX4OWriter<T> |
AbstractX4OWriter.
|
| AbstractX4OWriterContext<T> |
AbstractX4OWriterContext.
|
| DefaultX4ODriver<T> |
DefaultX4ODriver can be used to create language without code and type safty.
|
| DefaultX4OReader<T> |
DefaultX4OReader can read and parse the xml language.
|
| DefaultX4OSchemaWriter |
DefaultX4OSchemaWriter can write the schema of a x4o language.
|
| DefaultX4OWriter<T> |
DefaultX4OWriter can write the xml language.
|
| XMLConstants |
XMLConstants for writing XML.
|
| Exception | Description |
|---|---|
| X4OConnectionException |
X4OConnectionException is top level exception for io connections.
|
Copyright © 2004-2013 X4O. All Rights Reserved.