| 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 | Method and Description |
|---|---|
IdGenerator |
XDOM.getIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
XDOM.setIdGenerator(IdGenerator idGenerator) |
| Constructor and Description |
|---|
XDOM(List<Block> childBlocks,
IdGenerator idGenerator) |
XDOM(List<Block> childBlocks,
IdGenerator idGenerator,
MetaData metaData) |
Copyright © 2004-2013 XWiki. All Rights Reserved.