| Package | Description |
|---|---|
| org.xwiki.rendering.block |
Represents content elements (Paragraph, Header, List, Styles, etc) as Blocks and a full document content is
represented by a XDOM object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlainTextBlockFilter
Used to filter plain text blocks.
|
| Modifier and Type | Method and Description |
|---|---|
Block |
Block.clone(BlockFilter blockFilter)
Return a copy of the block with filtered children.
|
ImageBlock |
ImageBlock.clone(BlockFilter blockFilter)
Return a copy of the block with filtered children.
|
Block |
AbstractBlock.clone(BlockFilter blockFilter)
Return a copy of the block with filtered children.
|
LinkBlock |
LinkBlock.clone(BlockFilter blockFilter)
Return a copy of the block with filtered children.
|
Copyright © 2004–2021 XWiki. All rights reserved.