Uses of Class
org.xwiki.rendering.block.XDOM
-
Packages that use XDOM 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 -
-
Uses of XDOM in org.xwiki.rendering.block
Fields in org.xwiki.rendering.block declared as XDOM Modifier and Type Field Description static XDOMXDOM. EMPTYConstructs an empty XDOM.Methods in org.xwiki.rendering.block that return XDOM Modifier and Type Method Description XDOMXDOM. clone() -
Uses of XDOM in org.xwiki.rendering.parser
Methods in org.xwiki.rendering.parser that return XDOM Modifier and Type Method Description XDOMParser. parse(Reader source)default XDOMParser. parse(Reader source, IdGenerator idGenerator) -
Uses of XDOM in org.xwiki.rendering.parser.xml
Methods in org.xwiki.rendering.parser.xml that return XDOM Modifier and Type Method Description XDOMContentHandlerBlockParser. getXDOM() -
Uses of XDOM in org.xwiki.rendering.transformation
Methods in org.xwiki.rendering.transformation that return XDOM Modifier and Type Method Description XDOMRenderingContext. getXDOM()XDOMTransformationContext. getXDOM()Methods in org.xwiki.rendering.transformation with parameters of type XDOM Modifier and Type Method Description voidTransformationContext. setXDOM(XDOM xdom)voidAbstractTransformation. transform(XDOM dom, Syntax syntax)Deprecated.voidTransformation. transform(XDOM dom, Syntax syntax)Deprecated.since 2.4M1 useTransformation.transform(Block, TransformationContext)insteadConstructors in org.xwiki.rendering.transformation with parameters of type XDOM Constructor 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. -
Uses of XDOM in org.xwiki.rendering.wiki
Methods in org.xwiki.rendering.wiki that return XDOM Modifier and Type Method Description default XDOMWikiModel. getXDOM(ResourceReference resourceReference)
-