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 | |
org.xwiki.rendering.wiki |
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 |
RenderingContext.getXDOM() |
XDOM |
TransformationContext.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 |
Transformation.transform(XDOM dom,
Syntax syntax)
Deprecated.
since 2.4M1 use
Transformation.transform(Block, TransformationContext) instead |
void |
AbstractTransformation.transform(XDOM dom,
Syntax syntax)
Deprecated.
|
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.
|
Modifier and Type | Method and Description |
---|---|
default XDOM |
WikiModel.getXDOM(ResourceReference resourceReference) |
Copyright © 2004–2021 XWiki. All rights reserved.