|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XDOM | |
|---|---|
| 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 | |
| Uses of XDOM in org.xwiki.rendering.block |
|---|
| Fields in org.xwiki.rendering.block declared as XDOM | |
|---|---|
static XDOM |
XDOM.EMPTY
Constructs an empty XDOM. |
| Methods in org.xwiki.rendering.block that return XDOM | |
|---|---|
XDOM |
XDOM.clone()
|
| Uses of XDOM in org.xwiki.rendering.parser |
|---|
| Methods in org.xwiki.rendering.parser that return XDOM | |
|---|---|
XDOM |
Parser.parse(Reader source)
|
| Uses of XDOM in org.xwiki.rendering.parser.xml |
|---|
| Methods in org.xwiki.rendering.parser.xml that return XDOM | |
|---|---|
XDOM |
ContentHandlerBlockParser.getXDOM()
|
| Uses of XDOM in org.xwiki.rendering.transformation |
|---|
| Methods in org.xwiki.rendering.transformation that return XDOM | |
|---|---|
XDOM |
TransformationContext.getXDOM()
|
| Methods in org.xwiki.rendering.transformation with parameters of type XDOM | |
|---|---|
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)
Transform the passed XDOM and modifies it. |
void |
Transformation.transform(XDOM dom,
Syntax syntax)
Deprecated. since 2.4M1 use Transformation.transform(Block, TransformationContext) instead |
| Constructors in org.xwiki.rendering.transformation with parameters of type XDOM | |
|---|---|
TransformationContext(XDOM xdom,
Syntax syntax)
Some macros require the XDOM and the Syntax to be set. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||