| Package | Description |
|---|---|
| com.vladsch.flexmark.util | |
| com.vladsch.flexmark.util.ast | |
| com.vladsch.flexmark.util.collection | |
| com.vladsch.flexmark.util.format | |
| com.vladsch.flexmark.util.options |
| Modifier and Type | Method and Description |
|---|---|
DataHolder |
IParse.getOptions()
Get Options for parsing
|
DataHolder |
IRender.getOptions()
Get Options for parsing
|
| Modifier and Type | Method and Description |
|---|---|
IParse |
IParse.withOptions(DataHolder options)
Return an IParse instance configured for passed in options
|
IRender |
IRender.withOptions(DataHolder options) |
| Modifier and Type | Class and Description |
|---|---|
class |
Document |
| Modifier and Type | Method and Description |
|---|---|
DataHolder |
Document.toImmutable() |
| Modifier and Type | Method and Description |
|---|---|
MutableDataHolder |
Document.setAll(DataHolder other) |
| Constructor and Description |
|---|
Document(DataHolder options,
BasedSequence chars) |
| Modifier and Type | Method and Description |
|---|---|
T |
DynamicDefaultKey.getDefaultValue(DataHolder holder) |
| Constructor and Description |
|---|
MarkdownTable(DataHolder options) |
Table(DataHolder options)
Deprecated.
|
TableFormatOptions(DataHolder options) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableDataHolder |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSet |
class |
MutableDataSet |
class |
MutableScopedDataSet |
class |
ScopedDataSet |
| Modifier and Type | Field and Description |
|---|---|
protected DataHolder |
ScopedDataSet.parent |
protected DataHolder |
MutableScopedDataSet.parent |
| Modifier and Type | Method and Description |
|---|---|
DataHolder |
ScopedDataSet.getParent() |
DataHolder |
MutableScopedDataSet.getParent() |
DataHolder |
MutableDataSet.toImmutable() |
DataHolder |
DataHolder.toImmutable() |
DataHolder |
DataSet.toImmutable() |
| Modifier and Type | Method and Description |
|---|---|
T |
DataKey.getDefaultValue(DataHolder holder) |
T |
DataKey.getFrom(DataHolder holder) |
static MutableDataSet |
MutableDataSet.merge(DataHolder... dataHolders) |
static DataSet |
DataSet.merge(DataHolder... dataHolders) |
MutableDataHolder |
MutableDataHolder.setAll(DataHolder other)
Copy all values from one data holder to this data holder
|
MutableDataSet |
MutableDataSet.setAll(DataHolder other) |
| Constructor and Description |
|---|
DataSet(DataHolder other) |
MutableDataSet(DataHolder other) |
MutableScopedDataSet(DataHolder parent) |
MutableScopedDataSet(DataHolder parent,
MutableDataHolder other) |
ScopedDataSet(DataHolder parent) |
ScopedDataSet(DataHolder parent,
DataHolder other) |
Copyright © 2019. All rights reserved.