Uses of Interface
org.xwiki.rendering.parser.Parser
Packages that use Parser
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 Parser in org.xwiki.rendering.block
Constructors in org.xwiki.rendering.block with parameters of type ParserModifierConstructorDescriptionPlainTextBlockFilter(Parser plainTextParser, LinkLabelGenerator linkLabelGenerator)