-
Interfaces Interface Description org.xwiki.rendering.syntax.SyntaxFactory since 9.8RC1, useSyntax.valueOf(String)
instead
-
Methods Method Description org.xwiki.rendering.block.CompatibilityBlock.getChildrenByType(Class<T>, boolean) since 3.0M3 useBlock#getBlocks(new ClassBlockMatcher(blockClass), Axes.DESCENDANT)
instead ifrecurse
was true andBlock#getBlocks(new ClassBlockMatcher(blockClass), Axes.CHILD)
otherwiseorg.xwiki.rendering.block.CompatibilityBlock.getParentBlockByType(Class<T>) since 3.0M3 useBlock.getBlocks(BlockMatcher, Axes)
insteadorg.xwiki.rendering.block.CompatibilityBlock.getPreviousBlockByType(Class<T>, boolean) since 3.0M3 useBlock.getBlocks(BlockMatcher, Axes)
insteadorg.xwiki.rendering.syntax.SyntaxFactory.createSyntaxFromIdString(String) since 9.8RC1, useSyntax.valueOf(String)
insteadorg.xwiki.rendering.transformation.CompatibilityTransformationManager.performTransformations(XDOM, Syntax) since 2.4M1 useTransformationManager.performTransformations(Block, TransformationContext)
instead