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.
|
org.xwiki.rendering.util |
Modifier and Type | Method and Description |
---|---|
IdGenerator |
XDOM.getIdGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
XDOM.setIdGenerator(IdGenerator idGenerator) |
Constructor and Description |
---|
XDOM(List<? extends Block> childBlocks,
IdGenerator idGenerator) |
XDOM(List<? extends Block> childBlocks,
IdGenerator idGenerator,
MetaData metaData) |
Constructor and Description |
---|
IdGenerator(IdGenerator idGenerator)
Clone an id generator.
|
Copyright © 2004–2021 XWiki. All rights reserved.