class |
AbstractMacroBlock |
Common class to MacroBlock and MacroMakerBlock.
|
class |
BulletedListBlock |
Represents a Bulleted list.
|
class |
CompositeBlock |
This block itself does not have any meaning (it does not have any corresponding rendering stream event) and is just
here to pass together several Blocks to a method or as a return value as a Block.
|
class |
DefinitionDescriptionBlock |
Represents a definition description.
|
class |
DefinitionListBlock |
Represents a definition list.
|
class |
DefinitionTermBlock |
Represents a definition description.
|
class |
EmptyLinesBlock |
Represents an empty line between 2 standalone Blocks.
|
class |
FigureBlock |
Tags the content as a figure (image(s), diagram, code fragment, audio, video, charts, etc).
|
class |
FigureCaptionBlock |
Represents a figure caption (similar to the HTML5 <figcaption> element).
|
class |
FormatBlock |
Represents a text formatting block (bold, italic, etc).
|
class |
GroupBlock |
Represents a grouping of blocks.
|
class |
HeaderBlock |
|
class |
HorizontalLineBlock |
Represents a Horizontal line.
|
class |
IdBlock |
A reference/location in a page.
|
class |
ImageBlock |
Represents an image.
|
class |
LinkBlock |
Represents a Link element in a page.
|
class |
ListItemBlock |
Represents a List item element in a page.
|
class |
MacroBlock |
Represents a Macro (standalone or inline) defined in a page.
|
class |
MacroMarkerBlock |
A special block that Macro Blocks generate when they are executed so that it's possible to reconstruct the initial
syntax even after Macros have been executed.
|
class |
MetaDataBlock |
Represents any kind of MetaData in the XDOM (eg saving original blocks so that the XWiki Syntax Renderer can restore
them after a transformation has been executed, source reference, etc).
|
class |
NewLineBlock |
Represents a new line or line break (it's up to the Renderers to decide if it should be outputted as a new line or as
a line break in the given syntax).
|
class |
NumberedListBlock |
Represents a numbered List.
|
class |
ParagraphBlock |
|
class |
QuotationBlock |
Represents a quotation.
|
class |
QuotationLineBlock |
Represents a quotation line.
|
class |
RawBlock |
Represents some raw content that shouldn't be parsed or modified and that should be injected as is in any output.
|
class |
SectionBlock |
|
class |
SpaceBlock |
A space block represents a space.
|
class |
SpecialSymbolBlock |
Represent a non-alphanumeric and non-space symbol (>, ], ...).
|
class |
TableBlock |
Represents a table.
|
class |
TableCellBlock |
Represents a cell of a table.
|
class |
TableHeadCellBlock |
Represents a head of a row or column of a table.
|
class |
TableRowBlock |
Represents the row of a table.
|
class |
VerbatimBlock |
A Verbatim block.
|
class |
WordBlock |
Represents a word.
|
class |
XDOM |
Contains the full tree of Block that represent a XWiki Document's content.
|