Uses of Class
org.xwiki.rendering.block.XDOM
Packages that use XDOM
Package
Description
Represents content elements (Paragraph, Header, List, Styles, etc) as Blocks and a full document content is
represented by a XDOM object.
-
Uses of XDOM in org.xwiki.rendering.block
Fields in org.xwiki.rendering.block declared as XDOMMethods in org.xwiki.rendering.block that return XDOM -
Uses of XDOM in org.xwiki.rendering.parser
Methods in org.xwiki.rendering.parser that return XDOM -
Uses of XDOM in org.xwiki.rendering.parser.xml
Methods in org.xwiki.rendering.parser.xml that return XDOM -
Uses of XDOM in org.xwiki.rendering.transformation
Methods in org.xwiki.rendering.transformation that return XDOMMethods in org.xwiki.rendering.transformation with parameters of type XDOMModifier and TypeMethodDescriptionvoidvoidDeprecated.voidDeprecated.Constructors in org.xwiki.rendering.transformation with parameters of type XDOMModifierConstructorDescriptionTransformationContext(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. -
Uses of XDOM in org.xwiki.rendering.wiki
Methods in org.xwiki.rendering.wiki that return XDOMModifier and TypeMethodDescriptiondefault XDOMWikiModel.getXDOM(ResourceReference resourceReference)
Transformation.transform(Block, TransformationContext)instead