Package | Description |
---|---|
org.x4o.xml.io |
The X4O Input and Output classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
X4OReader<T>
X4OReader can read different input formats.
|
interface |
X4OReaderContext<T>
X4OReaderContext is reader with language context.
|
interface |
X4OSchemaWriter
X4OSchemaWriter can write the schema for the language.
|
interface |
X4OWriter<T>
X4OWriter can write the xml language.
|
interface |
X4OWriterContext<T>
X4OWriterContext is writer with language context.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractX4OConnection
AbstractX4OConnection is the read/write interface for the classes.
|
class |
AbstractX4OReader<T>
AbstractX4OReader wraps method to contexted reader.
|
class |
AbstractX4OReaderContext<T>
AbstractX4OContextReader
|
class |
AbstractX4OWriter<T>
AbstractX4OWriter.
|
class |
AbstractX4OWriterContext<T>
AbstractX4OWriterContext.
|
class |
DefaultX4OReader<T>
DefaultX4OReader can read and parse the xml language.
|
class |
DefaultX4OSchemaWriter
DefaultX4OSchemaWriter can write the schema of a x4o language.
|
class |
DefaultX4OWriter<T>
DefaultX4OWriter can write the xml language.
|
Copyright © 2004-2013 X4O. All Rights Reserved.