Uses of Class
org.xwiki.rendering.util.IdGenerator
-
Packages that use IdGenerator 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.util -
-
Uses of IdGenerator in org.xwiki.rendering.block
Methods in org.xwiki.rendering.block that return IdGenerator Modifier and Type Method Description IdGeneratorXDOM. getIdGenerator()Methods in org.xwiki.rendering.block with parameters of type IdGenerator Modifier and Type Method Description voidXDOM. setIdGenerator(IdGenerator idGenerator)Constructors in org.xwiki.rendering.block with parameters of type IdGenerator Constructor Description XDOM(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 IdGenerator Modifier and Type Method Description default 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 Constructor Description IdGenerator(IdGenerator idGenerator)Clone an id generator.
-