| 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.parser | |
| org.xwiki.rendering.parser.xml | |
| org.xwiki.rendering.transformation |
| Modifier and Type | Field and Description |
|---|---|
static XDOM |
XDOM.EMPTY
Constructs an empty XDOM.
|
| Modifier and Type | Method and Description |
|---|---|
XDOM |
XDOM.clone() |
| Modifier and Type | Method and Description |
|---|---|
XDOM |
Parser.parse(Reader source) |
| Modifier and Type | Method and Description |
|---|---|
XDOM |
ContentHandlerBlockParser.getXDOM() |
| Modifier and Type | Method and Description |
|---|---|
XDOM |
TransformationContext.getXDOM() |
XDOM |
RenderingContext.getXDOM() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformationManager.performTransformations(XDOM dom,
Syntax syntax)
Deprecated.
since 2.4M1 use
TransformationManager.performTransformations(Block, TransformationContext) instead |
void |
TransformationContext.setXDOM(XDOM xdom) |
void |
AbstractTransformation.transform(XDOM dom,
Syntax syntax)
Deprecated.
|
void |
Transformation.transform(XDOM dom,
Syntax syntax)
Deprecated.
since 2.4M1 use
Transformation.transform(Block, TransformationContext) instead |
| Constructor and Description |
|---|
TransformationContext(XDOM xdom,
Syntax syntax)
Some macros require the XDOM and the Syntax to be set.
|
TransformationContext(XDOM xdom,
Syntax syntax,
boolean restricted)
Some macros require the XDOM and the Syntax to be set.
|
Copyright © 2004–2014 XWiki. All rights reserved.