| Package | Description |
|---|---|
| io.legaldocml.akn.container | |
| io.legaldocml.akn.element | |
| io.legaldocml.akn.group |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockElementsContainer.add(BlockElements elements) |
| Modifier and Type | Class and Description |
|---|---|
class |
Block
The element block is a generic element for a block.
|
class |
BlockContainer
The element blockContainer is used as a container of many individual block elements in a block context
|
class |
BlockList
The element blockList is used as in a block context as a container of many individual item elements to be treated as in a list.
|
class |
Foreign
The element foreign is a generic container for elements not belonging to the Akoma Ntoso namespace (e.g., mathematical formulas).
|
class |
Ol
The element ol is an HTML element and is used in Akoma Ntoso as in HTML, for an ordered list of list item (elements li).
|
class |
P
The element p is an HTML element and is used in Akoma Ntoso as in HTML, for the generic paragraph of text (a block).
|
class |
Table
|
class |
Tblock
The element tblock (titled block) is used to specify a container for blocks introduced by heading elements, similarly to a hierarchical structure.
|
class |
Toc
|
class |
Ul
The element ul is an HTML element and is used in Akoma Ntoso as in HTML, for an unordered list of list item (elements li).
|
| Modifier and Type | Method and Description |
|---|---|
BlockElements |
ItemType.remove(int index) |
BlockElements |
Blocksreq.remove(int index) |
BlockElements |
Blocksopt.remove(int index) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Supplier<BlockElements>> |
Groups.blockElements() |
Stream<BlockElements> |
Blocksopt.stream() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubFlowStructure.add(BlockElements elements) |
void |
Prefaceopt.add(BlockElements elements) |
void |
Preambleopt.add(BlockElements elements) |
void |
ItemType.add(BlockElements elements) |
void |
ContainerType.add(BlockElements elements) |
void |
Blocksreq.add(BlockElements el) |
void |
Blocksopt.add(BlockElements element) |
void |
Basicopt.add(BlockElements elements) |
boolean |
ItemType.remove(BlockElements elements) |
boolean |
Blocksopt.removeBlockElements(BlockElements element) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ANblock
The group ANblock lists the elements that are blocks and are specific to the Akoma Ntoso vocabulary.
|
interface |
HTMLblock
The group HTMLblock lists the elements that are blocks and were inherited from the HTML vocabulary.
|
Copyright © 2017. All rights reserved.