Package | Description |
---|---|
com.asakusafw.dmdl.directio.text |
Formatted text support for Direct I/O.
|
com.asakusafw.dmdl.directio.text.csv |
CSV support for Direct I/O.
|
com.asakusafw.dmdl.directio.text.tabular |
Tabular-style text support for Direct I/O.
|
Modifier and Type | Method and Description |
---|---|
static TextFormatSettings |
TextFormatSettings.consume(DmdlSemantics environment,
AstAttribute attribute,
Map<String,AstAttributeElement> elements)
Consumes attribute elements about escape settings, and returns corresponding
EscapeSettings . |
Constructor and Description |
---|
AbstractTextStreamFormatGenerator(EmitContext context,
ModelDeclaration model,
TextFormatSettings formatSettings,
TextFieldSettings fieldDefaultSettings)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
TextFormatSettings |
CsvTextTrait.getFormatSettings()
Returns the format settings.
|
Constructor and Description |
---|
CsvTextTrait(AstAttribute attribute,
TextFormatSettings formatSettings,
QuoteSettings quoteSettings,
TextFieldSettings fieldSettings)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
TextFormatSettings |
TabularTextTrait.getFormatSettings()
Returns the format settings.
|
Constructor and Description |
---|
TabularTextTrait(AstAttribute attribute,
TextFormatSettings formatSettings,
EscapeSettings escapeSettings,
TextFieldSettings fieldSettings)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.