Uses of Class
org.xwiki.rendering.util.IdGenerator
Packages that use IdGenerator
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 IdGenerator in org.xwiki.rendering.block
Methods in org.xwiki.rendering.block that return IdGeneratorMethods in org.xwiki.rendering.block with parameters of type IdGeneratorConstructors in org.xwiki.rendering.block with parameters of type IdGeneratorModifierConstructorDescriptionXDOM(List<? extends Block> childBlocks, IdGenerator idGenerator) XDOM(List<? extends Block> childBlocks, IdGenerator idGenerator, MetaData metaData) -
Uses of IdGenerator in org.xwiki.rendering.parser
Methods in org.xwiki.rendering.parser with parameters of type IdGeneratorModifier and TypeMethodDescriptiondefault XDOMParser.parse(Reader source, IdGenerator idGenerator) default voidStreamParser.parse(Reader source, Listener listener, IdGenerator idGenerator) -
Uses of IdGenerator in org.xwiki.rendering.util
Constructors in org.xwiki.rendering.util with parameters of type IdGenerator