Uses of Class
org.xwiki.rendering.syntax.Syntax
Packages that use Syntax
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 Syntax in org.xwiki.rendering.block
Methods in org.xwiki.rendering.block that return SyntaxMethods in org.xwiki.rendering.block that return types with arguments of type SyntaxModifier and TypeMethodDescriptionAbstractBlock.getSyntaxMetadata()Block.getSyntaxMetadata()Try to find the syntax of the block in its hierarchy (itself of its ancestors).Constructors in org.xwiki.rendering.block with parameters of type Syntax -
Uses of Syntax in org.xwiki.rendering.converter
Methods in org.xwiki.rendering.converter with parameters of type SyntaxModifier and TypeMethodDescriptionvoidConverter.convert(Reader source, Syntax sourceSyntax, Syntax targetSyntax, WikiPrinter printer) Converts content from a Syntax to another and execute all registered Macro Transformations on the parsed content. -
Uses of Syntax in org.xwiki.rendering.listener
Methods in org.xwiki.rendering.listener with parameters of type SyntaxModifier and TypeMethodDescriptionbooleanvoidvoidSome text to inject directly into the listener output without parsing it.voidvoidvoid -
Uses of Syntax in org.xwiki.rendering.listener.chaining
Methods in org.xwiki.rendering.listener.chaining with parameters of type SyntaxModifier and TypeMethodDescriptionvoidvoidvoidvoidvoid -
Uses of Syntax in org.xwiki.rendering.parser
Methods in org.xwiki.rendering.parser that return Syntax -
Uses of Syntax in org.xwiki.rendering.parser.xml
Methods in org.xwiki.rendering.parser.xml that return Syntax -
Uses of Syntax in org.xwiki.rendering.renderer
Methods in org.xwiki.rendering.renderer that return Syntax -
Uses of Syntax in org.xwiki.rendering.renderer.xml
Methods in org.xwiki.rendering.renderer.xml that return Syntax -
Uses of Syntax in org.xwiki.rendering.syntax
Fields in org.xwiki.rendering.syntax declared as SyntaxModifier and TypeFieldDescriptionstatic final SyntaxSyntax.ANNOTATED_HTML_5_0This is HTML5 with annotations (comments) in order to allow round tripping between for example the WYSIWYG editor and wiki syntax.static final SyntaxSyntax.ANNOTATED_XHTML_1_0This is HTML with annotations (comments) in order to allow round tripping between for example the WYSIWYG editor and wiki syntax.static final SyntaxSyntax.APT_1_0static final SyntaxSyntax.CONFLUENCE_1_0Confluence wiki syntax.static final SyntaxSyntax.CONFLUENCEXHTML_1_0Confluence XHTML based syntax.static final SyntaxSyntax.CREOLE_1_0Creole syntax.static final SyntaxSyntax.DOCBOOK_4_4Docbook 4.4 syntax.static final SyntaxSyntax.DOKUWIKI_1_0DokuWiki syntax.static final SyntaxSyntax.EVENT_1_0Events syntax.static final SyntaxSyntax.HTML_4_01HTML 4.01 syntax.static final SyntaxSyntax.HTML_5_0HTML5 syntax.static final SyntaxSyntax.JSPWIKI_1_0JSPWiki syntax.static final SyntaxSyntax.MARKDOWN_1_0static final SyntaxSyntax.MARKDOWN_1_1static final SyntaxSyntax.MEDIAWIKI_1_0Deprecated.static final SyntaxSyntax.MEDIAWIKI_1_6New MediaWiki syntax.static final SyntaxSyntax.PLAIN_1_0Plain text syntax.static final SyntaxSyntax.TEX_1_0TEX syntax.static final SyntaxSyntax.TWIKI_1_0TWiki syntax.static final SyntaxSyntax.XDOMXML_1_0static final SyntaxSyntax.XDOMXML_CURRENTstatic final SyntaxSyntax.XHTML_1_0XHTML 1.0 syntax.static final SyntaxSyntax.XHTML_5XHTML5 syntax.static final SyntaxSyntax.XWIKI_1_0Deprecated.useXWIKI_2_1insteadstatic final SyntaxSyntax.XWIKI_2_0XWiki 2.0 syntax.static final SyntaxSyntax.XWIKI_2_1XWiki 2.1 syntax.Methods in org.xwiki.rendering.syntax that return SyntaxModifier and TypeMethodDescriptionSyntaxContent.getSyntax()SyntaxRegistry.resolveSyntax(String syntaxId) Parse the provided string representation of a Syntax and return a typedSyntaxobject.static SyntaxDeprecated.Methods in org.xwiki.rendering.syntax that return types with arguments of type SyntaxMethods in org.xwiki.rendering.syntax with parameters of type SyntaxModifier and TypeMethodDescriptionintvoidSyntaxRegistry.registerSyntaxes(Syntax... syntaxes) Adds one or several Syntaxes to the Syntax Registry.voidSyntaxRegistry.unregisterSyntaxes(Syntax... syntaxes) Removes one or several Syntaxes from the Syntax Registry.Constructors in org.xwiki.rendering.syntax with parameters of type SyntaxModifierConstructorDescriptionSyntaxContent(String content, Syntax syntax) Creates a new instance that wraps the given text content and its syntax. -
Uses of Syntax in org.xwiki.rendering.transformation
Methods in org.xwiki.rendering.transformation that return SyntaxModifier and TypeMethodDescriptionRenderingContext.getDefaultSyntax()TransformationContext.getSyntax()RenderingContext.getTargetSyntax()TransformationContext.getTargetSyntax()Methods in org.xwiki.rendering.transformation with parameters of type SyntaxModifier and TypeMethodDescriptionvoidvoidTransformationContext.setTargetSyntax(Syntax targetSyntax) voidDeprecated.voidDeprecated.since 2.4M1 useTransformation.transform(Block, TransformationContext)insteadConstructors in org.xwiki.rendering.transformation with parameters of type SyntaxModifierConstructorDescriptionTransformationContext(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.
MEDIAWIKI_1_6instead