Package | Description |
---|---|
com.asakusafw.dmdl.directio.text |
Formatted text 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 EscapeSettings |
EscapeSettings.consume(DmdlSemantics environment,
AstAttribute attribute,
Map<String,AstAttributeElement> elements)
Consumes attribute elements about escape settings, and returns corresponding
EscapeSettings . |
Modifier and Type | Method and Description |
---|---|
EscapeSettings |
TabularTextTrait.getEscapeSettings()
Returns the escape 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.