| Modifier and Type | Field and Description |
|---|---|
protected Tag |
BehaviorModifier.currentOutput |
| Modifier and Type | Method and Description |
|---|---|
Optional<Tag> |
BehaviorController.conclude() |
Optional<Tag> |
BehaviorModifier.output() |
Optional<Tag> |
Behavior.output() |
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<Tag> |
InlineTagCapableBuilder.stopAndEmit() |
| Modifier and Type | Method and Description |
|---|---|
Tag |
GenericListBuilder.build() |
Tag |
NoteBuilder.build() |
Tag |
CodeBuilder.build() |
Tag |
HeaderBuilder.build() |
Tag |
ParagraphBuilder.build() |
Tag |
ImageBuilder.build() |
Tag |
TerminalBuilder.build() |
Tag |
GistBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericListBuilder.onEmit(Tag tag) |
void |
NoteBuilder.onEmit(Tag tag) |
void |
ParagraphBuilder.onEmit(Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Tag> |
InlineTagEmitter.stopAndEmit() |
| Modifier and Type | Method and Description |
|---|---|
void |
InlineTagCatcher.onEmit(Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Tag> |
RichInlineTagEmitter.stopAndEmit() |
| Modifier and Type | Method and Description |
|---|---|
T |
Renderer.render(Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
ExportableTag |
ExportableTagRenderer.render(Tag tag) |
| Modifier and Type | Class and Description |
|---|---|
class |
Document |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.getFirstChild() |
Tag |
Tag.getNext() |
Tag |
Tag.getParent() |
Tag |
Tag.getPrevious() |
| Modifier and Type | Method and Description |
|---|---|
void |
Tag.appendChild(Tag child) |
void |
Tag.prependChild(Tag child) |
void |
Tag.setNext(Tag nextTag) |
void |
Tag.setParent(Tag parent) |
void |
Tag.setPrevious(Tag previous) |
protected void |
AbstractVisitor.visitChildren(Tag parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
Code |
class |
DefaultList |
class |
Gist |
class |
Header |
class |
Image |
class |
ItalicText |
class |
Link |
class |
Note |
class |
OrderedList |
class |
Paragraph |
class |
RichText |
class |
StrongText |
class |
Terminal |
class |
Text |
Copyright © 2019. All rights reserved.