|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Syntax | |
|---|---|
| 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.converter | |
| org.xwiki.rendering.listener | |
| org.xwiki.rendering.listener.chaining | |
| org.xwiki.rendering.parser | |
| org.xwiki.rendering.renderer | |
| org.xwiki.rendering.syntax | |
| org.xwiki.rendering.transformation | |
| Uses of Syntax in org.xwiki.rendering.block |
|---|
| Methods in org.xwiki.rendering.block that return Syntax | |
|---|---|
Syntax |
RawBlock.getSyntax()
|
| Constructors in org.xwiki.rendering.block with parameters of type Syntax | |
|---|---|
RawBlock(java.lang.String rawContent,
Syntax syntax)
|
|
| Uses of Syntax in org.xwiki.rendering.converter |
|---|
| Methods in org.xwiki.rendering.converter with parameters of type Syntax | |
|---|---|
void |
Converter.convert(java.io.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 Syntax | |
|---|---|
void |
CompositeListener.onRawText(java.lang.String text,
Syntax syntax)
Some text to inject directly into the listener output without parsing it. |
void |
WrappingListener.onRawText(java.lang.String text,
Syntax syntax)
Some text to inject directly into the listener output without parsing it. |
void |
QueueListener.onRawText(java.lang.String text,
Syntax syntax)
Some text to inject directly into the listener output without parsing it. |
void |
Listener.onRawText(java.lang.String rawContent,
Syntax syntax)
Some text to inject directly into the listener output without parsing it. |
| Uses of Syntax in org.xwiki.rendering.listener.chaining |
|---|
| Methods in org.xwiki.rendering.listener.chaining with parameters of type Syntax | |
|---|---|
void |
ConsecutiveNewLineStateChainingListener.onRawText(java.lang.String text,
Syntax syntax)
Some text to inject directly into the listener output without parsing it. For example a HTML macro could inject directly some HTML entered by the user into the rendered HTML output. Note that it's not recommended to use this event in most cases since it can lead to invalid content being generated and in addition most listener implementations will not understand the injected text and will just ignore it. |
void |
LookaheadChainingListener.onRawText(java.lang.String text,
Syntax syntax)
Some text to inject directly into the listener output without parsing it. For example a HTML macro could inject directly some HTML entered by the user into the rendered HTML output. Note that it's not recommended to use this event in most cases since it can lead to invalid content being generated and in addition most listener implementations will not understand the injected text and will just ignore it. |
void |
EmptyBlockChainingListener.onRawText(java.lang.String text,
Syntax syntax)
Some text to inject directly into the listener output without parsing it. For example a HTML macro could inject directly some HTML entered by the user into the rendered HTML output. Note that it's not recommended to use this event in most cases since it can lead to invalid content being generated and in addition most listener implementations will not understand the injected text and will just ignore it. |
void |
BlockStateChainingListener.onRawText(java.lang.String text,
Syntax syntax)
Some text to inject directly into the listener output without parsing it. For example a HTML macro could inject directly some HTML entered by the user into the rendered HTML output. Note that it's not recommended to use this event in most cases since it can lead to invalid content being generated and in addition most listener implementations will not understand the injected text and will just ignore it. |
void |
TextOnNewLineStateChainingListener.onRawText(java.lang.String text,
Syntax syntax)
Some text to inject directly into the listener output without parsing it. For example a HTML macro could inject directly some HTML entered by the user into the rendered HTML output. Note that it's not recommended to use this event in most cases since it can lead to invalid content being generated and in addition most listener implementations will not understand the injected text and will just ignore it. |
void |
AbstractChainingListener.onRawText(java.lang.String text,
Syntax syntax)
Some text to inject directly into the listener output without parsing it. |
| Uses of Syntax in org.xwiki.rendering.parser |
|---|
| Methods in org.xwiki.rendering.parser that return Syntax | |
|---|---|
Syntax |
StreamParser.getSyntax()
|
Syntax |
Parser.getSyntax()
|
| Uses of Syntax in org.xwiki.rendering.renderer |
|---|
| Methods in org.xwiki.rendering.renderer that return Syntax | |
|---|---|
Syntax |
PrintRendererFactory.getSyntax()
|
| Uses of Syntax in org.xwiki.rendering.syntax |
|---|
| Fields in org.xwiki.rendering.syntax declared as Syntax | |
|---|---|
static Syntax |
Syntax.ANNOTATED_XHTML_1_0
This is HTML with annotations (comments) in order to allow round tripping between for example the WYSIWYG editor and wiki syntax. |
static Syntax |
Syntax.CONFLUENCE_1_0
|
static Syntax |
Syntax.CREOLE_1_0
|
static Syntax |
Syntax.EVENT_1_0
|
static Syntax |
Syntax.HTML_4_01
|
static Syntax |
Syntax.JSPWIKI_1_0
|
static Syntax |
Syntax.MEDIAWIKI_1_0
|
static Syntax |
Syntax.PLAIN_1_0
|
static Syntax |
Syntax.TEX_1_0
|
static Syntax |
Syntax.TWIKI_1_0
|
static Syntax |
Syntax.XHTML_1_0
|
static Syntax |
Syntax.XWIKI_1_0
|
static Syntax |
Syntax.XWIKI_2_0
|
static Syntax |
Syntax.XWIKI_2_1
|
| Methods in org.xwiki.rendering.syntax that return Syntax | |
|---|---|
Syntax |
SyntaxFactory.createSyntaxFromIdString(java.lang.String syntaxAsIdString)
|
| Uses of Syntax in org.xwiki.rendering.transformation |
|---|
| Methods in org.xwiki.rendering.transformation that return Syntax | |
|---|---|
Syntax |
TransformationContext.getSyntax()
|
| Methods in org.xwiki.rendering.transformation with parameters of type Syntax | |
|---|---|
void |
TransformationManager.performTransformations(XDOM dom,
Syntax syntax)
Deprecated. since 2.4M1 use TransformationManager.performTransformations(Block, TransformationContext) instead |
void |
TransformationContext.setSyntax(Syntax syntax)
|
void |
Transformation.transform(XDOM dom,
Syntax syntax)
Deprecated. since 2.4M1 use Transformation.transform(Block, TransformationContext) instead |
void |
AbstractTransformation.transform(XDOM dom,
Syntax syntax)
Transform the passed XDOM and modifies it. |
| Constructors in org.xwiki.rendering.transformation with parameters of type Syntax | |
|---|---|
TransformationContext(XDOM xdom,
Syntax syntax)
Some macros require the XDOM and the Syntax to be set. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||