A B C D E F G H I J L M N O P Q R S T U V W X

A

AbstractBlock - Class in org.xwiki.rendering.block
Implementation for Block operations.
AbstractBlock() - Constructor for class org.xwiki.rendering.block.AbstractBlock
Empty constructor to construct an empty block.
AbstractBlock(Map<String, String>) - Constructor for class org.xwiki.rendering.block.AbstractBlock
Construct a block with parameters.
AbstractBlock(Block) - Constructor for class org.xwiki.rendering.block.AbstractBlock
Constructs a block with a child block.
AbstractBlock(List<? extends Block>) - Constructor for class org.xwiki.rendering.block.AbstractBlock
Constructs a block with children blocks.
AbstractBlock(Block, Map<String, String>) - Constructor for class org.xwiki.rendering.block.AbstractBlock
Construct a block with a child block and parameters.
AbstractBlock(List<? extends Block>, Map<String, String>) - Constructor for class org.xwiki.rendering.block.AbstractBlock
Construct a block with children blocks and parameters.
AbstractChainingListener - Class in org.xwiki.rendering.listener.chaining
Default and basic implementation of a chaining listener that knows how to delegate event calls to the next listener in the chain.
AbstractChainingListener() - Constructor for class org.xwiki.rendering.listener.chaining.AbstractChainingListener
 
AbstractChainingPrintRenderer - Class in org.xwiki.rendering.renderer
 
AbstractChainingPrintRenderer() - Constructor for class org.xwiki.rendering.renderer.AbstractChainingPrintRenderer
 
AbstractTransformation - Class in org.xwiki.rendering.transformation
Code common to all Transformation and base implementation of priorities (see Transformation.getPriority()).
AbstractTransformation() - Constructor for class org.xwiki.rendering.transformation.AbstractTransformation
 
addBaseReference(String) - Method in class org.xwiki.rendering.listener.reference.ResourceReference
 
addBaseReferences(List<String>) - Method in class org.xwiki.rendering.listener.reference.ResourceReference
 
addChild(Block) - Method in class org.xwiki.rendering.block.AbstractBlock
Helper method to add a single child block to the end of the children list of the current block.
addChild(Block) - Method in interface org.xwiki.rendering.block.Block
Helper method to add a single child block to the end of the children list of the current block.
addChildren(List<? extends Block>) - Method in class org.xwiki.rendering.block.AbstractBlock
Adds several children blocks to the end of the children list of the current block.
addChildren(List<? extends Block>) - Method in interface org.xwiki.rendering.block.Block
Adds several children blocks to the end of the children list of the current block.
addListener(ChainingListener) - Method in class org.xwiki.rendering.listener.chaining.ListenerChain
 
addListener(Listener) - Method in class org.xwiki.rendering.listener.CompositeListener
Add a nex listener to the list.
addMetaData(String, Object) - Method in class org.xwiki.rendering.listener.MetaData
 
addMetaData(MetaData) - Method in class org.xwiki.rendering.listener.MetaData
 
after(Listener) - Method in class org.xwiki.rendering.block.AbstractBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.BulletedListBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.DefinitionDescriptionBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.DefinitionListBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.DefinitionTermBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.FormatBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.GroupBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.HeaderBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.LinkBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.ListItemBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.MacroMarkerBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.MetaDataBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.NumberedListBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.ParagraphBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.QuotationBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.QuotationLineBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.SectionBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.TableBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.TableCellBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.TableHeadCellBlock
Send Listener events corresponding to the end of the block. For example for a Bold block, this allows an XHTML Listener (aka a Renderer) to output </b>.
after(Listener) - Method in class org.xwiki.rendering.block.TableRowBlock
Send Listener events corresponding to the end of the block.
after(Listener) - Method in class org.xwiki.rendering.block.XDOM
Send Listener events corresponding to the end of the block. For example for a Bold block, this allows an XHTML Listener (aka a Renderer) to output </b>.
ANCHOR - Static variable in class org.xwiki.rendering.listener.reference.DocumentResourceReference
The name of the parameter representing the Anchor.
ANNOTATED_XHTML - Static variable in class org.xwiki.rendering.syntax.SyntaxType
 
ANNOTATED_XHTML_1_0 - Static variable in class org.xwiki.rendering.syntax.Syntax
This is HTML with annotations (comments) in order to allow round tripping between for example the WYSIWYG editor and wiki syntax.
AnyBlockMatcher - Class in org.xwiki.rendering.block.match
Implementation of BlockMatcher which match any Block.
AnyBlockMatcher() - Constructor for class org.xwiki.rendering.block.match.AnyBlockMatcher
 
ANYBLOCKMATCHER - Static variable in class org.xwiki.rendering.block.match.AnyBlockMatcher
Static version of AnyBlockMatcher since it's always the same.
ATTACHMENT - Static variable in class org.xwiki.rendering.listener.reference.ResourceType
Represents an attachment.
AttachmentResourceReference - Class in org.xwiki.rendering.listener.reference
Represents a reference to an Attachment.
AttachmentResourceReference(String) - Constructor for class org.xwiki.rendering.listener.reference.AttachmentResourceReference
 

B

before(Listener) - Method in class org.xwiki.rendering.block.AbstractBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.BulletedListBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.DefinitionDescriptionBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.DefinitionListBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.DefinitionTermBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.FormatBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.GroupBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.HeaderBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.LinkBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.ListItemBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.MacroMarkerBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.MetaDataBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.NumberedListBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.ParagraphBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.QuotationBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.QuotationLineBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.SectionBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.TableBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.TableCellBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.TableHeadCellBlock
Send Listener events corresponding to the start of the block. For example for a Bold block, this allows an XHTML Listener (aka a Renderer) to output <b>.
before(Listener) - Method in class org.xwiki.rendering.block.TableRowBlock
Send Listener events corresponding to the start of the block.
before(Listener) - Method in class org.xwiki.rendering.block.XDOM
Send Listener events corresponding to the start of the block. For example for a Bold block, this allows an XHTML Listener (aka a Renderer) to output <b>.
beginDefinitionDescription() - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of a definition list description.
beginDefinitionDescription() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Start of a definition list description. For example in HTML this is the equivalent of <dd>.
beginDefinitionDescription() - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of a definition list description. For example in HTML this is the equivalent of <dd>.
beginDefinitionDescription() - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of a definition list description. For example in HTML this is the equivalent of <dd>.
beginDefinitionDescription() - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of a definition list description. For example in HTML this is the equivalent of <dd>.
beginDefinitionDescription() - Method in class org.xwiki.rendering.listener.CompositeListener
Start of a definition list description.
beginDefinitionDescription() - Method in interface org.xwiki.rendering.listener.Listener
Start of a definition list description.
beginDefinitionDescription() - Method in class org.xwiki.rendering.listener.QueueListener
Start of a definition list description.
beginDefinitionDescription() - Method in class org.xwiki.rendering.listener.WrappingListener
Start of a definition list description.
beginDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of a definition list.
beginDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Start of a definition list. For example in HTML this is the equivalent of <dl>.
beginDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of a definition list. For example in HTML this is the equivalent of <dl>.
beginDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of a definition list. For example in HTML this is the equivalent of <dl>.
beginDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of a definition list. For example in HTML this is the equivalent of <dl>.
beginDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
Start of a definition list.
beginDefinitionList(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
Start of a definition list.
beginDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
Start of a definition list.
beginDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
Start of a definition list.
beginDefinitionTerm() - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of a definition list term.
beginDefinitionTerm() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Start of a definition list term. For example in HTML this is the equivalent of <dt>.
beginDefinitionTerm() - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of a definition list term. For example in HTML this is the equivalent of <dt>.
beginDefinitionTerm() - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of a definition list term. For example in HTML this is the equivalent of <dt>.
beginDefinitionTerm() - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of a definition list term. For example in HTML this is the equivalent of <dt>.
beginDefinitionTerm() - Method in class org.xwiki.rendering.listener.CompositeListener
Start of a definition list term.
beginDefinitionTerm() - Method in interface org.xwiki.rendering.listener.Listener
Start of a definition list term.
beginDefinitionTerm() - Method in class org.xwiki.rendering.listener.QueueListener
Start of a definition list term.
beginDefinitionTerm() - Method in class org.xwiki.rendering.listener.WrappingListener
Start of a definition list term.
beginDocument(MetaData) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of the document.
beginDocument(MetaData) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of the document.
beginDocument(MetaData) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of the document.
beginDocument(MetaData) - Method in class org.xwiki.rendering.listener.chaining.MetaDataStateChainingListener
Start of the document.
beginDocument(MetaData) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of the document.
beginDocument(MetaData) - Method in class org.xwiki.rendering.listener.CompositeListener
Start of the document.
beginDocument(MetaData) - Method in class org.xwiki.rendering.listener.InlineFilterListener
Start of the document.
beginDocument(MetaData) - Method in interface org.xwiki.rendering.listener.Listener
Start of the document.
beginDocument(MetaData) - Method in class org.xwiki.rendering.listener.QueueListener
Start of the document.
beginDocument(MetaData) - Method in class org.xwiki.rendering.listener.WrappingListener
Start of the document.
beginFormat(Format, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a text formatting block.
beginFormat(Format, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a text formatting block.
beginFormat(Format, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a text formatting block.
beginFormat(Format, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
End of a text formatting block.
beginFormat(Format, Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
End of a text formatting block.
beginFormat(Format, Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
End of a text formatting block.
beginFormat(Format, Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
End of a text formatting block.
beginFormat(Format, Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
End of a text formatting block.
beginGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start a group of elements.
beginGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start a group of elements. Groups are used to allow using standalone elements in list items, table cells, etc. They can also be used to set parameters on a group of standalone elements.
beginGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.GroupStateChainingListener
Start a group of elements. Groups are used to allow using standalone elements in list items, table cells, etc. They can also be used to set parameters on a group of standalone elements.
beginGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start a group of elements. Groups are used to allow using standalone elements in list items, table cells, etc. They can also be used to set parameters on a group of standalone elements.
beginGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start a group of elements. Groups are used to allow using standalone elements in list items, table cells, etc. They can also be used to set parameters on a group of standalone elements.
beginGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
Start a group of elements.
beginGroup(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
Start a group of elements.
beginGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
Start a group of elements.
beginGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
Start a group of elements.
beginHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of a header.
beginHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Start of a header.
beginHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of a header.
beginHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of a header.
beginHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of a header.
beginHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
Start of a header.
beginHeader(HeaderLevel, String, Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
Start of a header.
beginHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
Start of a header.
beginHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
Start of a header.
beginLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of a link.
beginLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Start of a link.
beginLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of a link.
beginLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of a link.
beginLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of a link.
beginLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
Start of a link.
beginLink(ResourceReference, boolean, Map<String, String>) - Method in interface org.xwiki.rendering.listener.LinkListener
Start of a link.
beginLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
Start of a link.
beginLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
Start of a link.
beginList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of a list.
beginList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Start of a list.
beginList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of a list.
beginList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of a list.
beginList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of a list.
beginList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
Start of a list.
beginList(ListType, Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
Start of a list.
beginList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
Start of a list.
beginList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
Start of a list.
beginListItem() - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of a list item.
beginListItem() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Start of a list item.
beginListItem() - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of a list item.
beginListItem() - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of a list item.
beginListItem() - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of a list item.
beginListItem() - Method in class org.xwiki.rendering.listener.CompositeListener
Start of a list item.
beginListItem() - Method in interface org.xwiki.rendering.listener.Listener
Start of a list item.
beginListItem() - Method in class org.xwiki.rendering.listener.QueueListener
Start of a list item.
beginListItem() - Method in class org.xwiki.rendering.listener.WrappingListener
Start of a list item.
beginMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of marker containing a macro definition.
beginMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Start of marker containing a macro definition. This is a special that Macro Blocks emits when they are executed so that it's possible to reconstruct the initial macro syntax even after Macros have been executed. This is used for exemple by the WYSIWYG editor to let use see the result of executing a macro and still let them modify the macro definition.
beginMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of marker containing a macro definition. This is a special that Macro Blocks emits when they are executed so that it's possible to reconstruct the initial macro syntax even after Macros have been executed. This is used for exemple by the WYSIWYG editor to let use see the result of executing a macro and still let them modify the macro definition.
beginMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of marker containing a macro definition. This is a special that Macro Blocks emits when they are executed so that it's possible to reconstruct the initial macro syntax even after Macros have been executed. This is used for exemple by the WYSIWYG editor to let use see the result of executing a macro and still let them modify the macro definition.
beginMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of marker containing a macro definition. This is a special that Macro Blocks emits when they are executed so that it's possible to reconstruct the initial macro syntax even after Macros have been executed. This is used for exemple by the WYSIWYG editor to let use see the result of executing a macro and still let them modify the macro definition.
beginMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.CompositeListener
Start of marker containing a macro definition.
beginMacroMarker(String, Map<String, String>, String, boolean) - Method in interface org.xwiki.rendering.listener.Listener
Start of marker containing a macro definition.
beginMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.QueueListener
Start of marker containing a macro definition.
beginMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.WrappingListener
Start of marker containing a macro definition.
beginMetaData(MetaData) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of MetaData (eg saving source from where the content is coming from).
beginMetaData(MetaData) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of MetaData (eg saving source from where the content is coming from).
beginMetaData(MetaData) - Method in class org.xwiki.rendering.listener.chaining.MetaDataStateChainingListener
Start of MetaData (eg saving source from where the content is coming from).
beginMetaData(MetaData) - Method in class org.xwiki.rendering.listener.CompositeListener
Start of MetaData (eg saving source from where the content is coming from).
beginMetaData(MetaData) - Method in interface org.xwiki.rendering.listener.Listener
Start of MetaData (eg saving source from where the content is coming from).
beginMetaData(MetaData) - Method in class org.xwiki.rendering.listener.QueueListener
Start of MetaData (eg saving source from where the content is coming from).
beginMetaData(MetaData) - Method in class org.xwiki.rendering.listener.WrappingListener
Start of MetaData (eg saving source from where the content is coming from).
beginParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of a paragraph.
beginParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Start of a paragraph.
beginParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of a paragraph.
beginParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of a paragraph.
beginParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of a paragraph.
beginParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
Start of a paragraph.
beginParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.InlineFilterListener
Start of a paragraph.
beginParagraph(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
Start of a paragraph.
beginParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
Start of a paragraph.
beginParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
Start of a paragraph.
beginQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of a quotation.
beginQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Start of a quotation. There are one or several quotation lines inside a quotation block.
beginQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of a quotation. There are one or several quotation lines inside a quotation block.
beginQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of a quotation. There are one or several quotation lines inside a quotation block.
beginQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of a quotation. There are one or several quotation lines inside a quotation block.
beginQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
Start of a quotation.
beginQuotation(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
Start of a quotation.
beginQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
Start of a quotation.
beginQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
Start of a quotation.
beginQuotationLine() - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of a quotation line.
beginQuotationLine() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Start of a quotation line. There can be several quotation lines in a quotation block.
beginQuotationLine() - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of a quotation line. There can be several quotation lines in a quotation block.
beginQuotationLine() - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of a quotation line. There can be several quotation lines in a quotation block.
beginQuotationLine() - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of a quotation line. There can be several quotation lines in a quotation block.
beginQuotationLine() - Method in class org.xwiki.rendering.listener.CompositeListener
Start of a quotation line.
beginQuotationLine() - Method in interface org.xwiki.rendering.listener.Listener
Start of a quotation line.
beginQuotationLine() - Method in class org.xwiki.rendering.listener.QueueListener
Start of a quotation line.
beginQuotationLine() - Method in class org.xwiki.rendering.listener.WrappingListener
Start of a quotation line.
beginSection(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of a section.
beginSection(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of a section.
beginSection(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of a section.
beginSection(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
Start of a section.
beginSection(Map<String, String>) - Method in class org.xwiki.rendering.listener.InlineFilterListener
Start of a section.
beginSection(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
Start of a section.
beginSection(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
Start of a section.
beginSection(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
Start of a section.
beginTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of a table.
beginTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Start of a table.
beginTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of a table.
beginTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of a table.
beginTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of a table.
beginTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
Start of a table.
beginTable(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
Start of a table.
beginTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
Start of a table.
beginTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
Start of a table.
beginTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of a table cell.
beginTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Start of a table cell.
beginTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of a table cell.
beginTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of a table cell.
beginTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of a table cell.
beginTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
Start of a table cell.
beginTableCell(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
Start of a table cell.
beginTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
Start of a table cell.
beginTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
Start of a table cell.
beginTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of a table head cell.
beginTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Start of a table head cell.
beginTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of a table head cell.
beginTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of a table head cell.
beginTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of a table head cell.
beginTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
Start of a table head cell.
beginTableHeadCell(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
Start of a table head cell.
beginTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
Start of a table head cell.
beginTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
Start of a table head cell.
beginTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Start of a table row.
beginTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Start of a table row.
beginTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Start of a table row.
beginTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Start of a table row.
beginTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Start of a table row.
beginTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
Start of a table row.
beginTableRow(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
Start of a table row.
beginTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
Start of a table row.
beginTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
Start of a table row.
Block - Interface in org.xwiki.rendering.block
Represents an element of a XWiki Document's content.
Block.Axes - Enum in org.xwiki.rendering.block
Search axes used in searching methods.
BlockFilter - Interface in org.xwiki.rendering.block
Filter provided block into one or more block.
BlockMatcher - Interface in org.xwiki.rendering.block.match
Used by Block search method to select Block.
BlockRenderer - Interface in org.xwiki.rendering.renderer
Renders a Block in some target syntax.
BlockStateChainingListener - Class in org.xwiki.rendering.listener.chaining
Indicates block element for which we are inside and previous blocks.
BlockStateChainingListener(ListenerChain) - Constructor for class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
BlockStateChainingListener.Event - Enum in org.xwiki.rendering.listener.chaining
 
BulletedListBlock - Class in org.xwiki.rendering.block
Represents a Bulleted list.
BulletedListBlock(List<Block>) - Constructor for class org.xwiki.rendering.block.BulletedListBlock
Construct a Bulleted List Block with no parameters.
BulletedListBlock(List<Block>, Map<String, String>) - Constructor for class org.xwiki.rendering.block.BulletedListBlock
Construct a Bulleted List Block with parameters.

C

ChainingListener - Interface in org.xwiki.rendering.listener.chaining
A listener that can be chained with other chaining listeners using a chain.
ClassBlockMatcher - Class in org.xwiki.rendering.block.match
Implementation of BlockMatcher which match any Block with the provided class.
ClassBlockMatcher(Class<? extends Block>) - Constructor for class org.xwiki.rendering.block.match.ClassBlockMatcher
 
clear() - Method in class org.xwiki.rendering.renderer.printer.DefaultWikiPrinter
Removes the buffer's content which allows the printer to be reused.
clone() - Method in class org.xwiki.rendering.block.AbstractBlock
clone(BlockFilter) - Method in class org.xwiki.rendering.block.AbstractBlock
Return a copy of the block with filtered children.
clone(BlockFilter) - Method in interface org.xwiki.rendering.block.Block
Return a copy of the block with filtered children.
clone() - Method in interface org.xwiki.rendering.block.Block
clone(BlockFilter) - Method in class org.xwiki.rendering.block.ImageBlock
Return a copy of the block with filtered children.
clone(BlockFilter) - Method in class org.xwiki.rendering.block.LinkBlock
Return a copy of the block with filtered children.
clone() - Method in class org.xwiki.rendering.block.SpaceBlock
clone() - Method in class org.xwiki.rendering.block.XDOM
clone() - Method in class org.xwiki.rendering.listener.reference.ResourceReference
clone() - Method in class org.xwiki.rendering.transformation.TransformationContext
compareTo(Transformation) - Method in class org.xwiki.rendering.transformation.AbstractTransformation
CompositeBlockMatcher - Class in org.xwiki.rendering.block.match
Implementation of BlockMatcher which matches blocks using passed matchers in series.
CompositeBlockMatcher(List<BlockMatcher>) - Constructor for class org.xwiki.rendering.block.match.CompositeBlockMatcher
 
CompositeBlockMatcher(BlockMatcher...) - Constructor for class org.xwiki.rendering.block.match.CompositeBlockMatcher
 
CompositeListener - Class in org.xwiki.rendering.listener
Send events to a list of Listeners.
CompositeListener() - Constructor for class org.xwiki.rendering.listener.CompositeListener
 
CONFLUENCE - Static variable in class org.xwiki.rendering.syntax.SyntaxType
 
CONFLUENCE_1_0 - Static variable in class org.xwiki.rendering.syntax.Syntax
 
ConsecutiveNewLineStateChainingListener - Class in org.xwiki.rendering.listener.chaining
Counts consecutive new lines.
ConsecutiveNewLineStateChainingListener(ListenerChain) - Constructor for class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
 
consumeEvents(Listener) - Method in class org.xwiki.rendering.listener.QueueListener
Send all stored events to provided Listener.
contains(String) - Method in class org.xwiki.rendering.listener.MetaData
 
ConversionException - Exception in org.xwiki.rendering.converter
Encapsulate a conversion error.
ConversionException(String) - Constructor for exception org.xwiki.rendering.converter.ConversionException
Construct a new ParseException with the specified detail message.
ConversionException(String, Throwable) - Constructor for exception org.xwiki.rendering.converter.ConversionException
Construct a new ParseException with the specified detail message and cause.
convert(Reader, Syntax, Syntax, WikiPrinter) - Method in interface org.xwiki.rendering.converter.Converter
Converts content from a Syntax to another and execute all registered Macro Transformations on the parsed content.
Converter - Interface in org.xwiki.rendering.converter
Convert source content in a given Syntax to another Syntax.
createChainingListenerInstance() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
createChainingListenerInstance() - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
createChainingListenerInstance() - Method in interface org.xwiki.rendering.listener.chaining.StackableChainingListener
 
createChainingListenerInstance() - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
createRenderer(WikiPrinter) - Method in interface org.xwiki.rendering.renderer.PrintRendererFactory
 
createSyntaxFromIdString(String) - Method in interface org.xwiki.rendering.syntax.SyntaxFactory
 
CREOLE - Static variable in class org.xwiki.rendering.syntax.SyntaxType
 
CREOLE_1_0 - Static variable in class org.xwiki.rendering.syntax.Syntax
 

D

DefaultWikiPrinter - Class in org.xwiki.rendering.renderer.printer
Printer using a StringBuffer as the underlying output target.
DefaultWikiPrinter() - Constructor for class org.xwiki.rendering.renderer.printer.DefaultWikiPrinter
The default constructor.
DefaultWikiPrinter(StringBuffer) - Constructor for class org.xwiki.rendering.renderer.printer.DefaultWikiPrinter
 
DefinitionDescriptionBlock - Class in org.xwiki.rendering.block
Represents a definition description.
DefinitionDescriptionBlock(List<Block>) - Constructor for class org.xwiki.rendering.block.DefinitionDescriptionBlock
Construct a Definition Description block.
DefinitionListBlock - Class in org.xwiki.rendering.block
Represents a definition list.
DefinitionListBlock(List<Block>) - Constructor for class org.xwiki.rendering.block.DefinitionListBlock
Construct a Definition List block with no parameters.
DefinitionListBlock(List<Block>, Map<String, String>) - Constructor for class org.xwiki.rendering.block.DefinitionListBlock
Construct a Definition List Block with parameters.
DefinitionTermBlock - Class in org.xwiki.rendering.block
Represents a definition description.
DefinitionTermBlock(List<Block>) - Constructor for class org.xwiki.rendering.block.DefinitionTermBlock
Construct a Definition Term block.
DOCUMENT - Static variable in class org.xwiki.rendering.listener.reference.ResourceType
Represents a Document.
DocumentResourceReference - Class in org.xwiki.rendering.listener.reference
Represents a reference to a Document.
DocumentResourceReference(String) - Constructor for class org.xwiki.rendering.listener.reference.DocumentResourceReference
 

E

EMPTY - Static variable in class org.xwiki.rendering.block.XDOM
Constructs an empty XDOM.
EMPTY - Static variable in class org.xwiki.rendering.listener.MetaData
Represents no MetaData.
EMPTY_PARAMETERS - Static variable in interface org.xwiki.rendering.listener.Listener
To use when there is no parameters.
EmptyBlockChainingListener - Class in org.xwiki.rendering.listener.chaining
Allow knowing if a container block (a block which can have children) has children or not.
EmptyBlockChainingListener(ListenerChain) - Constructor for class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
 
EmptyLinesBlock - Class in org.xwiki.rendering.block
Represents an empty line between 2 standalone Blocks.
EmptyLinesBlock(int) - Constructor for class org.xwiki.rendering.block.EmptyLinesBlock
 
endDefinitionDescription() - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a definition list description.
endDefinitionDescription() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a definition list description. For example in HTML this is the equivalent of </dd>.
endDefinitionDescription() - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of a definition list description. For example in HTML this is the equivalent of </dd>.
endDefinitionDescription() - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a definition list description. For example in HTML this is the equivalent of </dd>.
endDefinitionDescription() - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a definition list description. For example in HTML this is the equivalent of </dd>.
endDefinitionDescription() - Method in class org.xwiki.rendering.listener.CompositeListener
End of a definition list description.
endDefinitionDescription() - Method in interface org.xwiki.rendering.listener.Listener
End of a definition list description.
endDefinitionDescription() - Method in class org.xwiki.rendering.listener.QueueListener
End of a definition list description.
endDefinitionDescription() - Method in class org.xwiki.rendering.listener.WrappingListener
End of a definition list description.
endDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a definition list.
endDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a definition list. For example in HTML this is the equivalent of </dl>.
endDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of a definition list. For example in HTML this is the equivalent of </dl>.
endDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a definition list. For example in HTML this is the equivalent of </dl>.
endDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a definition list. For example in HTML this is the equivalent of </dl>.
endDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
End of a definition list.
endDefinitionList(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
End of a definition list.
endDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
End of a definition list.
endDefinitionList(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
End of a definition list.
endDefinitionTerm() - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a definition list term.
endDefinitionTerm() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a definition list term. For example in HTML this is the equivalent of </dt>.
endDefinitionTerm() - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of a definition list term. For example in HTML this is the equivalent of </dt>.
endDefinitionTerm() - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a definition list term. For example in HTML this is the equivalent of </dt>.
endDefinitionTerm() - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a definition list term. For example in HTML this is the equivalent of </dt>.
endDefinitionTerm() - Method in class org.xwiki.rendering.listener.CompositeListener
End of a definition list term.
endDefinitionTerm() - Method in interface org.xwiki.rendering.listener.Listener
End of a definition list term.
endDefinitionTerm() - Method in class org.xwiki.rendering.listener.QueueListener
End of a definition list term.
endDefinitionTerm() - Method in class org.xwiki.rendering.listener.WrappingListener
End of a definition list term.
endDocument(MetaData) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of the document.
endDocument(MetaData) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of the document.
endDocument(MetaData) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of the document.
endDocument(MetaData) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of the document.
endDocument(MetaData) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of the document.
endDocument(MetaData) - Method in class org.xwiki.rendering.listener.chaining.MetaDataStateChainingListener
 
endDocument(MetaData) - Method in class org.xwiki.rendering.listener.CompositeListener
End of the document.
endDocument(MetaData) - Method in class org.xwiki.rendering.listener.InlineFilterListener
End of the document.
endDocument(MetaData) - Method in interface org.xwiki.rendering.listener.Listener
End of the document.
endDocument(MetaData) - Method in class org.xwiki.rendering.listener.QueueListener
End of the document.
endDocument(MetaData) - Method in class org.xwiki.rendering.listener.WrappingListener
End of the document.
endFormat(Format, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a text formatting block.
endFormat(Format, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a text formatting block.
endFormat(Format, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of a text formatting block.
endFormat(Format, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a text formatting block.
endFormat(Format, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a text formatting block.
endFormat(Format, Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
End of a text formatting block.
endFormat(Format, Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
End of a text formatting block.
endFormat(Format, Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
End of a text formatting block.
endFormat(Format, Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
End of a text formatting block.
endGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of the group.
endGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of the group.
endGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of the group.
endGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.GroupStateChainingListener
End of the group.
endGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of the group.
endGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
End of the group.
endGroup(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
End of the group.
endGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
End of the group.
endGroup(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
End of the group.
endHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a header.
endHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a header.
endHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of a header.
endHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a header.
endHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a header.
endHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
End of a header.
endHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
End of a header.
endHeader(HeaderLevel, String, Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
End of a header.
endHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
End of a header.
endHeader(HeaderLevel, String, Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
End of a header.
endLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a link.
endLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a link.
endLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of a link.
endLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a link.
endLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a link.
endLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
End of a link.
endLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
End of a link.
endLink(ResourceReference, boolean, Map<String, String>) - Method in interface org.xwiki.rendering.listener.LinkListener
End of a link.
endLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
End of a link.
endLink(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
End of a link.
endList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a list.
endList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a list.
endList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of a list.
endList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a list.
endList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a list.
endList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
End of a list.
endList(ListType, Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
End of a list.
endList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
End of a list.
endList(ListType, Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
End of a list.
endListItem() - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a list item.
endListItem() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a list item.
endListItem() - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of a list item.
endListItem() - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a list item.
endListItem() - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a list item.
endListItem() - Method in class org.xwiki.rendering.listener.CompositeListener
End of a list item.
endListItem() - Method in interface org.xwiki.rendering.listener.Listener
End of a list item.
endListItem() - Method in class org.xwiki.rendering.listener.QueueListener
End of a list item.
endListItem() - Method in class org.xwiki.rendering.listener.WrappingListener
End of a list item.
endMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of marker containing a macro definition.
endMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of marker containing a macro definition.
endMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of marker containing a macro definition.
endMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of marker containing a macro definition.
endMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of marker containing a macro definition.
endMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.CompositeListener
End of marker containing a macro definition.
endMacroMarker(String, Map<String, String>, String, boolean) - Method in interface org.xwiki.rendering.listener.Listener
End of marker containing a macro definition.
endMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.QueueListener
End of marker containing a macro definition.
endMacroMarker(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.WrappingListener
End of marker containing a macro definition.
endMetaData(MetaData) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of MetaData.
endMetaData(MetaData) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of MetaData.
endMetaData(MetaData) - Method in class org.xwiki.rendering.listener.chaining.MetaDataStateChainingListener
End of MetaData.
endMetaData(MetaData) - Method in class org.xwiki.rendering.listener.CompositeListener
End of MetaData.
endMetaData(MetaData) - Method in interface org.xwiki.rendering.listener.Listener
End of MetaData.
endMetaData(MetaData) - Method in class org.xwiki.rendering.listener.QueueListener
End of MetaData.
endMetaData(MetaData) - Method in class org.xwiki.rendering.listener.WrappingListener
End of MetaData.
endParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a paragraph.
endParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a paragraph.
endParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of a paragraph.
endParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a paragraph.
endParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a paragraph.
endParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
End of a paragraph.
endParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
End of a paragraph.
endParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.InlineFilterListener
End of a paragraph.
endParagraph(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
End of a paragraph.
endParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
End of a paragraph.
endParagraph(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
End of a paragraph.
endQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a quotation.
endQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a quotation.
endQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of a quotation.
endQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a quotation.
endQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a quotation.
endQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
End of a quotation.
endQuotation(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
End of a quotation.
endQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
End of a quotation.
endQuotation(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
End of a quotation.
endQuotationLine() - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a quotation line.
endQuotationLine() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a quotation line.
endQuotationLine() - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of a quotation line.
endQuotationLine() - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a quotation line.
endQuotationLine() - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a quotation line.
endQuotationLine() - Method in class org.xwiki.rendering.listener.CompositeListener
End of a quotation line.
endQuotationLine() - Method in interface org.xwiki.rendering.listener.Listener
End of a quotation line.
endQuotationLine() - Method in class org.xwiki.rendering.listener.QueueListener
End of a quotation line.
endQuotationLine() - Method in class org.xwiki.rendering.listener.WrappingListener
End of a quotation line.
endSection(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a section.
endSection(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a section.
endSection(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a section.
endSection(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a section.
endSection(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
End of a section.
endSection(Map<String, String>) - Method in class org.xwiki.rendering.listener.InlineFilterListener
End of a section.
endSection(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
End of a section.
endSection(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
End of a section.
endSection(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
End of a section.
endTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a table.
endTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a table.
endTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of a table.
endTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a table.
endTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a table.
endTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
End of a table.
endTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
End of a table.
endTable(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
End of a table.
endTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
End of a table.
endTable(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
End of a table.
endTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a table cell.
endTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a table cell.
endTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of a table cell.
endTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a table cell.
endTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a table cell.
endTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
End of a table cell.
endTableCell(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
End of a table cell.
endTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
End of a table cell.
endTableCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
End of a table cell.
endTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a table head cell.
endTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a table head cell.
endTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of a table head cell.
endTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a table head cell.
endTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a table head cell.
endTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
End of a table head cell.
endTableHeadCell(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
End of a table head cell.
endTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
End of a table head cell.
endTableHeadCell(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
End of a table head cell.
endTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
End of a table row.
endTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
End of a table row.
endTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
End of a table row.
endTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
End of a table row.
endTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
End of a table row.
endTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
End of a table row.
endTableRow(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
End of a table row.
endTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
End of a table row.
endTableRow(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
End of a table row.
equals(Object) - Method in class org.xwiki.rendering.block.AbstractBlock
equals(Object) - Method in class org.xwiki.rendering.listener.reference.ResourceReference
equals(Object) - Method in class org.xwiki.rendering.listener.reference.ResourceType
equals(Object) - Method in class org.xwiki.rendering.syntax.Syntax
equals(Object) - Method in class org.xwiki.rendering.syntax.SyntaxType
EqualsBlockMatcher - Class in org.xwiki.rendering.block.match
Implementation of BlockMatcher which match Block equals to the registered Block.
EqualsBlockMatcher(Block) - Constructor for class org.xwiki.rendering.block.match.EqualsBlockMatcher
 
EVENT - Static variable in class org.xwiki.rendering.syntax.SyntaxType
 
EVENT_1_0 - Static variable in class org.xwiki.rendering.syntax.Syntax
 
eventParameters - Variable in class org.xwiki.rendering.listener.QueueListener.Event
The parameters of the event.
EventType - Enum in org.xwiki.rendering.listener.chaining
Stores event types and offers a way to call a stored event.
eventType - Variable in class org.xwiki.rendering.listener.QueueListener.Event
The type of the event.

F

filter(Block) - Method in interface org.xwiki.rendering.block.BlockFilter
Filter provided block into zero or more block.
filter(Block) - Method in class org.xwiki.rendering.block.PlainTextBlockFilter
Filter provided block into zero or more block.
fireEvent(Listener, Object[]) - Method in enum org.xwiki.rendering.listener.chaining.EventType
 
flush() - Method in class org.xwiki.rendering.renderer.printer.LookaheadWikiPrinter
 
Format - Enum in org.xwiki.rendering.listener
Represents a text formatting (bold, italic, etc).
FormatBlock - Class in org.xwiki.rendering.block
Represents a text formatting block (bold, italic, etc).
FormatBlock(List<Block>, Format) - Constructor for class org.xwiki.rendering.block.FormatBlock
 
FormatBlock(List<Block>, Format, Map<String, String>) - Constructor for class org.xwiki.rendering.block.FormatBlock
 

G

generate(ResourceReference) - Method in interface org.xwiki.rendering.renderer.reference.link.LinkLabelGenerator
Generate a clean String label for the provided ResourceReference.
generateLabel(ResourceReference) - Method in interface org.xwiki.rendering.renderer.reference.link.URILabelGenerator
 
generateUniqueId(String) - Method in class org.xwiki.rendering.util.IdGenerator
Same as IdGenerator.generateUniqueId(String, String) but with a fixed prefix of "I".
generateUniqueId(String, String) - Method in class org.xwiki.rendering.util.IdGenerator
Generate a unique id attribute using the passed text as the seed value.
getAllMetaData(String) - Method in class org.xwiki.rendering.listener.chaining.MetaDataStateChainingListener
 
getAnchor() - Method in class org.xwiki.rendering.listener.reference.DocumentResourceReference
 
getAsInt() - Method in enum org.xwiki.rendering.listener.HeaderLevel
 
getBaseReferences() - Method in class org.xwiki.rendering.listener.reference.ResourceReference
 
getBlocks(BlockMatcher, Block.Axes) - Method in class org.xwiki.rendering.block.AbstractBlock
Get all blocks following provided BlockMatcher and Block.Axes.
getBlocks(BlockMatcher, Block.Axes) - Method in interface org.xwiki.rendering.block.Block
Get all blocks following provided BlockMatcher and Block.Axes.
getBuffer() - Method in class org.xwiki.rendering.renderer.printer.DefaultWikiPrinter
 
getBuffer() - Method in class org.xwiki.rendering.renderer.printer.LookaheadWikiPrinter
 
getCellCol() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
getCellRow() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
getChildren() - Method in class org.xwiki.rendering.block.AbstractBlock
Gets all children blocks.
getChildren() - Method in interface org.xwiki.rendering.block.Block
Gets all children blocks.
getChildrenByType(Class<T>, boolean) - Method in class org.xwiki.rendering.block.AbstractBlock
Deprecated. 
getChildrenByType(Class<T>, boolean) - Method in interface org.xwiki.rendering.block.Block
Deprecated. since 3.0M3 use Block.getBlocks(BlockMatcher, Axes) instead
getContent() - Method in class org.xwiki.rendering.block.MacroBlock
 
getContent() - Method in class org.xwiki.rendering.block.MacroMarkerBlock
 
getDefinitionListDepth() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
getDefinitionListItemIndex() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
getDocumentDepth() - Method in class org.xwiki.rendering.listener.chaining.GroupStateChainingListener
 
getDocumentEditURL(ResourceReference) - Method in interface org.xwiki.rendering.wiki.WikiModel
 
getDocumentViewURL(ResourceReference) - Method in interface org.xwiki.rendering.wiki.WikiModel
 
getEmptyLinesCount() - Method in class org.xwiki.rendering.block.EmptyLinesBlock
 
getEOL() - Method in class org.xwiki.rendering.renderer.printer.DefaultWikiPrinter
This method is protected to allow classes extending this one to override what a new line is.
getEOL() - Method in class org.xwiki.rendering.renderer.printer.LookaheadWikiPrinter
This method is protected to allow classes extending this one to define what a new line is.
getEvent(int) - Method in class org.xwiki.rendering.listener.QueueListener
Returns the event at the specified position in this queue.
getFirstBlock(BlockMatcher, Block.Axes) - Method in class org.xwiki.rendering.block.AbstractBlock
Get the first matched block in the provided Block.Axes.
getFirstBlock(BlockMatcher, Block.Axes) - Method in interface org.xwiki.rendering.block.Block
Get the first matched block in the provided Block.Axes.
getFormat() - Method in class org.xwiki.rendering.block.FormatBlock
 
getHeaderBlock() - Method in class org.xwiki.rendering.block.SectionBlock
 
getId() - Method in class org.xwiki.rendering.block.HeaderBlock
 
getId() - Method in class org.xwiki.rendering.block.MacroBlock
 
getId() - Method in class org.xwiki.rendering.block.MacroMarkerBlock
 
getId() - Method in class org.xwiki.rendering.syntax.SyntaxType
 
getId() - Method in class org.xwiki.rendering.transformation.TransformationContext
 
getIdGenerator() - Method in class org.xwiki.rendering.block.XDOM
 
getImageURL(ResourceReference, Map<String, String>) - Method in interface org.xwiki.rendering.wiki.WikiModel
 
getInlineDepth() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
getInterWikiAlias() - Method in class org.xwiki.rendering.listener.reference.InterWikiResourceReference
 
getInterWikiDefinitions() - Method in interface org.xwiki.rendering.configuration.RenderingConfiguration
 
getLevel() - Method in class org.xwiki.rendering.block.HeaderBlock
 
getLinkDepth() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
getLinkLabelFormat() - Method in interface org.xwiki.rendering.configuration.RenderingConfiguration
A link label format is the format used to decide how to display links that have no label.
getLinkURL(ResourceReference) - Method in interface org.xwiki.rendering.wiki.WikiModel
 
getListDepth() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
getListener(Class<? extends ChainingListener>) - Method in class org.xwiki.rendering.listener.chaining.ListenerChain
 
getListener(int) - Method in class org.xwiki.rendering.listener.CompositeListener
Get listener at the provided position in the list.
getListenerChain() - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
 
getListenerChain() - Method in interface org.xwiki.rendering.listener.chaining.ChainingListener
 
getListItemIndex() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
getMacroDepth() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
getMainPrinter() - Method in class org.xwiki.rendering.renderer.AbstractChainingPrintRenderer
 
getMetaData() - Method in class org.xwiki.rendering.block.MetaDataBlock
 
getMetaData(String) - Method in class org.xwiki.rendering.listener.chaining.MetaDataStateChainingListener
 
getMetaData(String) - Method in class org.xwiki.rendering.listener.MetaData
 
getMetaData() - Method in class org.xwiki.rendering.listener.MetaData
 
getName() - Method in class org.xwiki.rendering.block.IdBlock
 
getName() - Method in class org.xwiki.rendering.block.MacroMarkerBlock
Deprecated. since 2.4M1 use MacroMarkerBlock.getId() instead
getName() - Method in class org.xwiki.rendering.syntax.SyntaxType
 
getNewLineCount() - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
 
getNextEvent() - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
 
getNextEvent(int) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
 
getNextListener(Class<? extends ChainingListener>) - Method in class org.xwiki.rendering.listener.chaining.ListenerChain
 
getNextSibling() - Method in class org.xwiki.rendering.block.AbstractBlock
getNextSibling() - Method in interface org.xwiki.rendering.block.Block
 
getParameter(String) - Method in class org.xwiki.rendering.block.AbstractBlock
A Parameter is a generic key/value which can be used to add metadata to a block.
getParameter(String) - Method in interface org.xwiki.rendering.block.Block
A Parameter is a generic key/value which can be used to add metadata to a block.
getParameter(String) - Method in class org.xwiki.rendering.listener.reference.ResourceReference
In order for Resource references to be extensible we allow for extra parameters in addition to the Resource reference.
getParameters() - Method in class org.xwiki.rendering.block.AbstractBlock
getParameters() - Method in interface org.xwiki.rendering.block.Block
 
getParameters() - Method in class org.xwiki.rendering.listener.reference.ResourceReference
 
getParent() - Method in class org.xwiki.rendering.block.AbstractBlock
Get the parent block.
getParent() - Method in interface org.xwiki.rendering.block.Block
Get the parent block.
getParentBlockByType(Class<T>) - Method in class org.xwiki.rendering.block.AbstractBlock
Deprecated. 
getParentBlockByType(Class<T>) - Method in interface org.xwiki.rendering.block.Block
Deprecated. since 3.0M3 use Block.getBlocks(BlockMatcher, Axes) instead
getPreviousBlockByType(Class<T>, boolean) - Method in class org.xwiki.rendering.block.AbstractBlock
Deprecated. 
getPreviousBlockByType(Class<T>, boolean) - Method in interface org.xwiki.rendering.block.Block
Deprecated. since 3.0M3 use Block.getBlocks(BlockMatcher, Axes) instead
getPreviousEvent() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
getPreviousSibling() - Method in class org.xwiki.rendering.block.AbstractBlock
getPreviousSibling() - Method in interface org.xwiki.rendering.block.Block
 
getPrinter() - Method in class org.xwiki.rendering.renderer.AbstractChainingPrintRenderer
getPrinter() - Method in interface org.xwiki.rendering.renderer.PrintRenderer
 
getPriority() - Method in class org.xwiki.rendering.transformation.AbstractTransformation
The priority of execution relative to the other transformations.
getPriority() - Method in interface org.xwiki.rendering.transformation.Transformation
The priority of execution relative to the other transformations.
getProtectedString() - Method in class org.xwiki.rendering.block.VerbatimBlock
 
getQualifier() - Method in class org.xwiki.rendering.syntax.Syntax
 
getQueryString() - Method in class org.xwiki.rendering.listener.reference.AttachmentResourceReference
 
getQueryString() - Method in class org.xwiki.rendering.listener.reference.DocumentResourceReference
 
getQuotationDepth() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
getQuotationLineDepth() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
getQuotationLineIndex() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
getRawContent() - Method in class org.xwiki.rendering.block.RawBlock
 
getReference() - Method in class org.xwiki.rendering.block.ImageBlock
 
getReference() - Method in class org.xwiki.rendering.block.LinkBlock
 
getReference() - Method in class org.xwiki.rendering.listener.reference.ResourceReference
 
getRoot() - Method in class org.xwiki.rendering.block.AbstractBlock
Gets the top level Block.
getRoot() - Method in interface org.xwiki.rendering.block.Block
Gets the top level Block.
getScheme() - Method in class org.xwiki.rendering.listener.reference.ResourceType
 
getSection() - Method in class org.xwiki.rendering.block.HeaderBlock
 
getSymbol() - Method in class org.xwiki.rendering.block.SpecialSymbolBlock
 
getSyntax() - Method in class org.xwiki.rendering.block.RawBlock
 
getSyntax() - Method in interface org.xwiki.rendering.parser.Parser
 
getSyntax() - Method in interface org.xwiki.rendering.parser.StreamParser
 
getSyntax() - Method in interface org.xwiki.rendering.renderer.PrintRendererFactory
 
getSyntax() - Method in class org.xwiki.rendering.transformation.TransformationContext
 
getTransformations() - Method in interface org.xwiki.rendering.configuration.RenderingConfiguration
 
getType() - Method in class org.xwiki.rendering.listener.reference.ResourceReference
 
getType() - Method in interface org.xwiki.rendering.parser.ResourceReferenceTypeParser
 
getType() - Method in class org.xwiki.rendering.syntax.Syntax
 
getVersion() - Method in class org.xwiki.rendering.syntax.Syntax
 
getWord() - Method in class org.xwiki.rendering.block.WordBlock
 
getWrappedListener() - Method in class org.xwiki.rendering.listener.WrappingListener
 
getWrappedPrinter() - Method in class org.xwiki.rendering.renderer.printer.WrappingWikiPrinter
 
getXDOM() - Method in class org.xwiki.rendering.transformation.TransformationContext
 
getXMLWriter() - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
 
GroupBlock - Class in org.xwiki.rendering.block
Represents a grouping of blocks.
GroupBlock() - Constructor for class org.xwiki.rendering.block.GroupBlock
Create an empty group block with no children.
GroupBlock(Map<String, String>) - Constructor for class org.xwiki.rendering.block.GroupBlock
Create an empty group block with no children.
GroupBlock(List<Block>) - Constructor for class org.xwiki.rendering.block.GroupBlock
 
GroupBlock(List<Block>, Map<String, String>) - Constructor for class org.xwiki.rendering.block.GroupBlock
 
GroupStateChainingListener - Class in org.xwiki.rendering.listener.chaining
Provides information on whether we're inside a group.
GroupStateChainingListener(ListenerChain) - Constructor for class org.xwiki.rendering.listener.chaining.GroupStateChainingListener
 

H

hashCode() - Method in class org.xwiki.rendering.block.AbstractBlock
hashCode() - Method in class org.xwiki.rendering.listener.reference.ResourceReference
hashCode() - Method in class org.xwiki.rendering.listener.reference.ResourceType
hashCode() - Method in class org.xwiki.rendering.syntax.Syntax
hashCode() - Method in class org.xwiki.rendering.syntax.SyntaxType
HeaderBlock - Class in org.xwiki.rendering.block
 
HeaderBlock(List<Block>, HeaderLevel) - Constructor for class org.xwiki.rendering.block.HeaderBlock
 
HeaderBlock(List<Block>, HeaderLevel, Map<String, String>) - Constructor for class org.xwiki.rendering.block.HeaderBlock
 
HeaderBlock(List<Block>, HeaderLevel, String) - Constructor for class org.xwiki.rendering.block.HeaderBlock
 
HeaderBlock(List<Block>, HeaderLevel, Map<String, String>, String) - Constructor for class org.xwiki.rendering.block.HeaderBlock
 
HeaderLevel - Enum in org.xwiki.rendering.listener
 
HorizontalLineBlock - Class in org.xwiki.rendering.block
Represents a Horizontal line.
HorizontalLineBlock() - Constructor for class org.xwiki.rendering.block.HorizontalLineBlock
Construct a Horizontal Line Block with no parameters.
HorizontalLineBlock(Map<String, String>) - Constructor for class org.xwiki.rendering.block.HorizontalLineBlock
Construct a Horizontal Line Block with parameters.
HTML - Static variable in class org.xwiki.rendering.syntax.SyntaxType
 
HTML_4_01 - Static variable in class org.xwiki.rendering.syntax.Syntax
 

I

ICON - Static variable in class org.xwiki.rendering.listener.reference.ResourceType
Represents an icon.
IdBlock - Class in org.xwiki.rendering.block
A reference/location in a page.
IdBlock(String) - Constructor for class org.xwiki.rendering.block.IdBlock
 
IdGenerator - Class in org.xwiki.rendering.util
Stateful generator of id attributes.
IdGenerator() - Constructor for class org.xwiki.rendering.util.IdGenerator
 
ImageBlock - Class in org.xwiki.rendering.block
Represents an image.
ImageBlock(ResourceReference, boolean) - Constructor for class org.xwiki.rendering.block.ImageBlock
 
ImageBlock(ResourceReference, boolean, Map<String, String>) - Constructor for class org.xwiki.rendering.block.ImageBlock
 
ImageListener - Interface in org.xwiki.rendering.listener
Contains callback events for Images,called when a document has been parsed and when it needs to be modified or rendered.
indexOf(Class<? extends ChainingListener>) - Method in class org.xwiki.rendering.listener.chaining.ListenerChain
 
InlineFilterListener - Class in org.xwiki.rendering.listener
Wrap a listener and skip begin/endDocument events.
InlineFilterListener() - Constructor for class org.xwiki.rendering.listener.InlineFilterListener
 
insertChildAfter(Block, Block) - Method in class org.xwiki.rendering.block.AbstractBlock
Helper method to add a single child block to the current block after the provided existing child block.
insertChildAfter(Block, Block) - Method in interface org.xwiki.rendering.block.Block
Helper method to add a single child block to the current block after the provided existing child block.
insertChildBefore(Block, Block) - Method in class org.xwiki.rendering.block.AbstractBlock
Helper method to add a single child block to the current block before the provided existing child block.
insertChildBefore(Block, Block) - Method in interface org.xwiki.rendering.block.Block
Helper method to add a single child block to the current block before the provided existing child block.
INTERWIKI - Static variable in class org.xwiki.rendering.listener.reference.ResourceType
Represents a document in another wiki.
INTERWIKI_ALIAS - Static variable in class org.xwiki.rendering.listener.reference.InterWikiResourceReference
The name of the parameter representing the InterWiki Alias.
InterWikiResourceReference - Class in org.xwiki.rendering.listener.reference
Represents a reference to an external wiki(Inter Wiki).
InterWikiResourceReference(String) - Constructor for class org.xwiki.rendering.listener.reference.InterWikiResourceReference
 
isCurrentContainerBlockEmpty() - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
 
isDocumentAvailable(ResourceReference) - Method in interface org.xwiki.rendering.wiki.WikiModel
 
isFreeStandingURI() - Method in class org.xwiki.rendering.block.ImageBlock
 
isFreeStandingURI() - Method in class org.xwiki.rendering.block.LinkBlock
 
isInDefinitionList() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
isInGroup() - Method in class org.xwiki.rendering.listener.chaining.GroupStateChainingListener
 
isInHeader() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
isInline() - Method in class org.xwiki.rendering.block.MacroBlock
 
isInline() - Method in class org.xwiki.rendering.block.MacroMarkerBlock
 
isInline() - Method in class org.xwiki.rendering.block.VerbatimBlock
 
isInLine() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
isInlineEnd() - Method in enum org.xwiki.rendering.listener.chaining.EventType
 
isInLink() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
isInList() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
isInMacro() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
isInParagraph() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
isInQuotation() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
isInQuotationLine() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
isInTable() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
isInTableCell() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
isTextOnNewLine() - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
 
isTyped() - Method in class org.xwiki.rendering.listener.reference.ResourceReference
 

J

JSPWIKI - Static variable in class org.xwiki.rendering.syntax.SyntaxType
 
JSPWIKI_1_0 - Static variable in class org.xwiki.rendering.syntax.Syntax
 

L

LinkBlock - Class in org.xwiki.rendering.block
Represents a Link element in a page.
LinkBlock(List<Block>, ResourceReference, boolean) - Constructor for class org.xwiki.rendering.block.LinkBlock
 
LinkBlock(List<Block>, ResourceReference, boolean, Map<String, String>) - Constructor for class org.xwiki.rendering.block.LinkBlock
 
LinkLabelGenerator - Interface in org.xwiki.rendering.renderer.reference.link
Generate Link label.
LinkListener - Interface in org.xwiki.rendering.listener
Contains callback events for Links, called when a document has been parsed and when it needs to be modified or rendered.
ListBLock - Interface in org.xwiki.rendering.block
Represents any type of Lists (numbered list, bulleted list, etc).
Listener - Interface in org.xwiki.rendering.listener
Contains callback events called when a document has been parsed and when it needs to be modified or rendered.
ListenerChain - Class in org.xwiki.rendering.listener.chaining
Stores information about the listeners in the chain and the order in which they need to be called.
ListenerChain() - Constructor for class org.xwiki.rendering.listener.chaining.ListenerChain
 
ListItemBlock - Class in org.xwiki.rendering.block
Represents a List item element in a page.
ListItemBlock(List<Block>) - Constructor for class org.xwiki.rendering.block.ListItemBlock
Constructs a list item Block.
ListType - Enum in org.xwiki.rendering.listener
 
LookaheadChainingListener - Class in org.xwiki.rendering.listener.chaining
Stores events without emitting them back in order to accumulate them and to provide a lookahead feature.
LookaheadChainingListener(ListenerChain, int) - Constructor for class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
 
LookaheadWikiPrinter - Class in org.xwiki.rendering.renderer.printer
Wiki printer that allows deferring printing text and that instead can save it in some internal buffer.
LookaheadWikiPrinter(WikiPrinter) - Constructor for class org.xwiki.rendering.renderer.printer.LookaheadWikiPrinter
 

M

MacroBlock - Class in org.xwiki.rendering.block
Represents a Macro (standalone or inline) defined in a page.
MacroBlock(String, Map<String, String>, boolean) - Constructor for class org.xwiki.rendering.block.MacroBlock
 
MacroBlock(String, Map<String, String>, String, boolean) - Constructor for class org.xwiki.rendering.block.MacroBlock
 
MacroBlockMatcher - Class in org.xwiki.rendering.block.match
Implementation of BlockMatcher which matches MacroBlocks.
MacroBlockMatcher(String) - Constructor for class org.xwiki.rendering.block.match.MacroBlockMatcher
Match MacroBlock having the passed id.
MacroMarkerBlock - Class in org.xwiki.rendering.block
A special block that Macro Blocks generate when they are executed so that it's possible to reconstruct the initial syntax even after Macros have been executed.
MacroMarkerBlock(String, Map<String, String>, List<Block>, boolean) - Constructor for class org.xwiki.rendering.block.MacroMarkerBlock
 
MacroMarkerBlock(String, Map<String, String>, String, List<Block>, boolean) - Constructor for class org.xwiki.rendering.block.MacroMarkerBlock
 
MAILTO - Static variable in class org.xwiki.rendering.listener.reference.ResourceType
Represents a mail.
match(Block) - Method in class org.xwiki.rendering.block.match.AnyBlockMatcher
True if the provided block is matched.
match(Block) - Method in interface org.xwiki.rendering.block.match.BlockMatcher
True if the provided block is matched.
match(Block) - Method in class org.xwiki.rendering.block.match.ClassBlockMatcher
True if the provided block is matched.
match(Block) - Method in class org.xwiki.rendering.block.match.CompositeBlockMatcher
True if the provided block is matched.
match(Block) - Method in class org.xwiki.rendering.block.match.EqualsBlockMatcher
True if the provided block is matched.
match(Block) - Method in class org.xwiki.rendering.block.match.MacroBlockMatcher
True if the provided block is matched.
match(Block) - Method in class org.xwiki.rendering.block.match.MetadataBlockMatcher
True if the provided block is matched.
match(Block) - Method in class org.xwiki.rendering.block.match.SameBlockMatcher
True if the provided block is matched.
MEDIAWIKI - Static variable in class org.xwiki.rendering.syntax.SyntaxType
 
MEDIAWIKI_1_0 - Static variable in class org.xwiki.rendering.syntax.Syntax
 
MetaData - Class in org.xwiki.rendering.listener
Represents a set of MetaData.
MetaData() - Constructor for class org.xwiki.rendering.listener.MetaData
Empty metaData.
MetaData(Map<String, Object>) - Constructor for class org.xwiki.rendering.listener.MetaData
 
MetaDataBlock - Class in org.xwiki.rendering.block
Represents any kind of MetaData in the XDOM (eg saving original blocks so that the XWiki Syntax Renderer can restore them after a transformation has been executed, source reference, etc).
MetaDataBlock(List<Block>, MetaData) - Constructor for class org.xwiki.rendering.block.MetaDataBlock
 
MetaDataBlock(List<Block>, String, Object) - Constructor for class org.xwiki.rendering.block.MetaDataBlock
Helper constructor.
MetaDataBlock(List<Block>) - Constructor for class org.xwiki.rendering.block.MetaDataBlock
 
MetadataBlockMatcher - Class in org.xwiki.rendering.block.match
Implementation of BlockMatcher which matches MetaData information.
MetadataBlockMatcher(String) - Constructor for class org.xwiki.rendering.block.match.MetadataBlockMatcher
Match MetaDataBlock containing the provided key.
MetadataBlockMatcher(String, Object) - Constructor for class org.xwiki.rendering.block.match.MetadataBlockMatcher
Match MetaDataBlock containing the provided key/value pair.
MetaDataStateChainingListener - Class in org.xwiki.rendering.listener.chaining
Provides the accumulated MetaData for all the previous blocks.
MetaDataStateChainingListener(ListenerChain) - Constructor for class org.xwiki.rendering.listener.chaining.MetaDataStateChainingListener
 

N

NewLineBlock - Class in org.xwiki.rendering.block
Represents a new line or line break (it's up to the Renderers to decide if it should be outputted as a new line or as a line break in the given syntax).
NewLineBlock() - Constructor for class org.xwiki.rendering.block.NewLineBlock
A new line block.
NumberedListBlock - Class in org.xwiki.rendering.block
Represents a numbered List.
NumberedListBlock(List<Block>) - Constructor for class org.xwiki.rendering.block.NumberedListBlock
Construct a Numbered List Block with no parameters.
NumberedListBlock(List<Block>, Map<String, String>) - Constructor for class org.xwiki.rendering.block.NumberedListBlock
Construct a Numbered List Block with parameters.

O

onEmptyLines(int) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Represents an empty line between 2 standalone Blocks.
onEmptyLines(int) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Represents an empty line between 2 standalone Blocks. A standalone block is block that is not included in another block. Standalone blocks are Paragraph, Standalone Macro, Lists, Table, etc.
onEmptyLines(int) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
Represents an empty line between 2 standalone Blocks. A standalone block is block that is not included in another block. Standalone blocks are Paragraph, Standalone Macro, Lists, Table, etc.
onEmptyLines(int) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Represents an empty line between 2 standalone Blocks. A standalone block is block that is not included in another block. Standalone blocks are Paragraph, Standalone Macro, Lists, Table, etc.
onEmptyLines(int) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Represents an empty line between 2 standalone Blocks. A standalone block is block that is not included in another block. Standalone blocks are Paragraph, Standalone Macro, Lists, Table, etc.
onEmptyLines(int) - Method in class org.xwiki.rendering.listener.CompositeListener
Represents an empty line between 2 standalone Blocks.
onEmptyLines(int) - Method in interface org.xwiki.rendering.listener.Listener
Represents an empty line between 2 standalone Blocks.
onEmptyLines(int) - Method in class org.xwiki.rendering.listener.QueueListener
Represents an empty line between 2 standalone Blocks.
onEmptyLines(int) - Method in class org.xwiki.rendering.listener.WrappingListener
Represents an empty line between 2 standalone Blocks.
onHorizontalLine(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Represents an horizontal line.
onHorizontalLine(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
Represents an horizontal line.
onHorizontalLine(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
Represents an horizontal line.
onHorizontalLine(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
Represents an horizontal line.
onHorizontalLine(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
Represents an horizontal line.
onHorizontalLine(Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
Represents an horizontal line.
onHorizontalLine(Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
Represents an horizontal line.
onHorizontalLine(Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
Represents an horizontal line.
onHorizontalLine(Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
Represents an horizontal line.
onHorizontalLine(Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
Represents an horizontal line.
onId(String) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
A reference/location in a page.
onId(String) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
A reference/location in a page. In HTML for example this is called an Anchor. It allows pointing to that location, for example in links. Note that there is no wiki syntax for this in general and it's often generated by Macros (such as the TOC Macro).
onId(String) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
A reference/location in a page. In HTML for example this is called an Anchor. It allows pointing to that location, for example in links. Note that there is no wiki syntax for this in general and it's often generated by Macros (such as the TOC Macro).
onId(String) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
A reference/location in a page. In HTML for example this is called an Anchor. It allows pointing to that location, for example in links. Note that there is no wiki syntax for this in general and it's often generated by Macros (such as the TOC Macro).
onId(String) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
A reference/location in a page. In HTML for example this is called an Anchor. It allows pointing to that location, for example in links. Note that there is no wiki syntax for this in general and it's often generated by Macros (such as the TOC Macro).
onId(String) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
A reference/location in a page. In HTML for example this is called an Anchor. It allows pointing to that location, for example in links. Note that there is no wiki syntax for this in general and it's often generated by Macros (such as the TOC Macro).
onId(String) - Method in class org.xwiki.rendering.listener.CompositeListener
A reference/location in a page.
onId(String) - Method in interface org.xwiki.rendering.listener.Listener
A reference/location in a page.
onId(String) - Method in class org.xwiki.rendering.listener.QueueListener
A reference/location in a page.
onId(String) - Method in class org.xwiki.rendering.listener.WrappingListener
A reference/location in a page.
onImage(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
An image.
onImage(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
An image.
onImage(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
An image.
onImage(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
An image.
onImage(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
An image.
onImage(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
An image.
onImage(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
An image.
onImage(ResourceReference, boolean, Map<String, String>) - Method in interface org.xwiki.rendering.listener.ImageListener
An image.
onImage(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
An image.
onImage(ResourceReference, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
An image.
onMacro(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
A Macro.
onMacro(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
A Macro.
onMacro(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
A Macro.
onMacro(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
A Macro.
onMacro(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
A Macro.
onMacro(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
A Macro.
onMacro(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.CompositeListener
A Macro.
onMacro(String, Map<String, String>, String, boolean) - Method in interface org.xwiki.rendering.listener.Listener
A Macro.
onMacro(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.QueueListener
A Macro.
onMacro(String, Map<String, String>, String, boolean) - Method in class org.xwiki.rendering.listener.WrappingListener
A Macro.
onNewLine() - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
A new line or line break (it's up to the renderers to decide if it should be outputted as a new line or as a line break in the given syntax).
onNewLine() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
A new line or line break (it's up to the renderers to decide if it should be outputted as a new line or as a line break in the given syntax).
onNewLine() - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
A new line or line break (it's up to the renderers to decide if it should be outputted as a new line or as a line break in the given syntax).
onNewLine() - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
A new line or line break (it's up to the renderers to decide if it should be outputted as a new line or as a line break in the given syntax).
onNewLine() - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
A new line or line break (it's up to the renderers to decide if it should be outputted as a new line or as a line break in the given syntax).
onNewLine() - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
A new line or line break (it's up to the renderers to decide if it should be outputted as a new line or as a line break in the given syntax).
onNewLine() - Method in class org.xwiki.rendering.listener.CompositeListener
A new line or line break (it's up to the renderers to decide if it should be outputted as a new line or as a line break in the given syntax).
onNewLine() - Method in interface org.xwiki.rendering.listener.Listener
A new line or line break (it's up to the renderers to decide if it should be outputted as a new line or as a line break in the given syntax).
onNewLine() - Method in class org.xwiki.rendering.listener.QueueListener
A new line or line break (it's up to the renderers to decide if it should be outputted as a new line or as a line break in the given syntax).
onNewLine() - Method in class org.xwiki.rendering.listener.WrappingListener
A new line or line break (it's up to the renderers to decide if it should be outputted as a new line or as a line break in the given syntax).
onRawText(String, Syntax) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
Some text to inject directly into the listener output without parsing it.
onRawText(String, Syntax) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
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.
onRawText(String, Syntax) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
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.
onRawText(String, Syntax) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
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.
onRawText(String, Syntax) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
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.
onRawText(String, Syntax) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
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.
onRawText(String, Syntax) - Method in class org.xwiki.rendering.listener.CompositeListener
Some text to inject directly into the listener output without parsing it.
onRawText(String, Syntax) - Method in interface org.xwiki.rendering.listener.Listener
Some text to inject directly into the listener output without parsing it.
onRawText(String, Syntax) - Method in class org.xwiki.rendering.listener.QueueListener
Some text to inject directly into the listener output without parsing it.
onRawText(String, Syntax) - Method in class org.xwiki.rendering.listener.WrappingListener
Some text to inject directly into the listener output without parsing it.
onSpace() - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
A space.
onSpace() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
A space.
onSpace() - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
A space.
onSpace() - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
A space.
onSpace() - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
A space.
onSpace() - Method in class org.xwiki.rendering.listener.CompositeListener
A space.
onSpace() - Method in interface org.xwiki.rendering.listener.Listener
A space.
onSpace() - Method in class org.xwiki.rendering.listener.QueueListener
A space.
onSpace() - Method in class org.xwiki.rendering.listener.WrappingListener
A space.
onSpecialSymbol(char) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
A special symbol ("*", "<", ">", "=", quote, etc).
onSpecialSymbol(char) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
A special symbol ("*", "<", ">", "=", quote, etc). Any non alpha numeric character is a special symbol.
onSpecialSymbol(char) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
A special symbol ("*", "<", ">", "=", quote, etc). Any non alpha numeric character is a special symbol.
onSpecialSymbol(char) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
A special symbol ("*", "<", ">", "=", quote, etc). Any non alpha numeric character is a special symbol.
onSpecialSymbol(char) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
A special symbol ("*", "<", ">", "=", quote, etc). Any non alpha numeric character is a special symbol.
onSpecialSymbol(char) - Method in class org.xwiki.rendering.listener.CompositeListener
A special symbol ("*", "<", ">", "=", quote, etc).
onSpecialSymbol(char) - Method in interface org.xwiki.rendering.listener.Listener
A special symbol ("*", "<", ">", "=", quote, etc).
onSpecialSymbol(char) - Method in class org.xwiki.rendering.listener.QueueListener
A special symbol ("*", "<", ">", "=", quote, etc).
onSpecialSymbol(char) - Method in class org.xwiki.rendering.listener.WrappingListener
A special symbol ("*", "<", ">", "=", quote, etc).
onVerbatim(String, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
A portion of text.
onVerbatim(String, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
A portion of text.
onVerbatim(String, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
A portion of text.
onVerbatim(String, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
A portion of text.
onVerbatim(String, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
A portion of text.
onVerbatim(String, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
A portion of text.
onVerbatim(String, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.CompositeListener
A portion of text.
onVerbatim(String, boolean, Map<String, String>) - Method in interface org.xwiki.rendering.listener.Listener
A portion of text.
onVerbatim(String, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.QueueListener
A portion of text.
onVerbatim(String, boolean, Map<String, String>) - Method in class org.xwiki.rendering.listener.WrappingListener
A portion of text.
onWord(String) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
A word.
onWord(String) - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
A word. Note that sentences ar broken into different events: word events, special symbols events, space events, etc. This allows fine-grained actions for listeners.
onWord(String) - Method in class org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener
A word. Note that sentences ar broken into different events: word events, special symbols events, space events, etc. This allows fine-grained actions for listeners.
onWord(String) - Method in class org.xwiki.rendering.listener.chaining.EmptyBlockChainingListener
A word. Note that sentences ar broken into different events: word events, special symbols events, space events, etc. This allows fine-grained actions for listeners.
onWord(String) - Method in class org.xwiki.rendering.listener.chaining.LookaheadChainingListener
A word. Note that sentences ar broken into different events: word events, special symbols events, space events, etc. This allows fine-grained actions for listeners.
onWord(String) - Method in class org.xwiki.rendering.listener.CompositeListener
A word.
onWord(String) - Method in interface org.xwiki.rendering.listener.Listener
A word.
onWord(String) - Method in class org.xwiki.rendering.listener.QueueListener
A word.
onWord(String) - Method in class org.xwiki.rendering.listener.WrappingListener
A word.
org.xwiki.rendering.block - package 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.block.match - package org.xwiki.rendering.block.match
 
org.xwiki.rendering.configuration - package org.xwiki.rendering.configuration
 
org.xwiki.rendering.converter - package org.xwiki.rendering.converter
 
org.xwiki.rendering.listener - package org.xwiki.rendering.listener
 
org.xwiki.rendering.listener.chaining - package org.xwiki.rendering.listener.chaining
 
org.xwiki.rendering.listener.reference - package org.xwiki.rendering.listener.reference
 
org.xwiki.rendering.parser - package org.xwiki.rendering.parser
 
org.xwiki.rendering.renderer - package org.xwiki.rendering.renderer
 
org.xwiki.rendering.renderer.printer - package org.xwiki.rendering.renderer.printer
 
org.xwiki.rendering.renderer.reference - package org.xwiki.rendering.renderer.reference
 
org.xwiki.rendering.renderer.reference.link - package org.xwiki.rendering.renderer.reference.link
 
org.xwiki.rendering.syntax - package org.xwiki.rendering.syntax
 
org.xwiki.rendering.transformation - package org.xwiki.rendering.transformation
 
org.xwiki.rendering.util - package org.xwiki.rendering.util
 
org.xwiki.rendering.wiki - package org.xwiki.rendering.wiki
 

P

ParagraphBlock - Class in org.xwiki.rendering.block
 
ParagraphBlock(List<Block>) - Constructor for class org.xwiki.rendering.block.ParagraphBlock
 
ParagraphBlock(List<Block>, Map<String, String>) - Constructor for class org.xwiki.rendering.block.ParagraphBlock
 
parse(Reader) - Method in interface org.xwiki.rendering.parser.Parser
 
parse(String) - Method in interface org.xwiki.rendering.parser.ResourceReferenceParser
Parses a resource reference represented (reference to a link, image, attachment, etc) as a String into a ResourceReference object.
parse(String) - Method in interface org.xwiki.rendering.parser.ResourceReferenceTypeParser
 
parse(Reader, Listener) - Method in interface org.xwiki.rendering.parser.StreamParser
 
ParseException - Exception in org.xwiki.rendering.parser
Encapsulate a parsing error.
ParseException(String) - Constructor for exception org.xwiki.rendering.parser.ParseException
Construct a new ParseException with the specified detail message.
ParseException(String, Throwable) - Constructor for exception org.xwiki.rendering.parser.ParseException
Construct a new ParseException with the specified detail message and cause.
parseInt(int) - Static method in enum org.xwiki.rendering.listener.HeaderLevel
Convert provided integer into the corresponding header level enum entry.
Parser - Interface in org.xwiki.rendering.parser
Parse content into a XDOM (a tree of Blocks).
ParserUtils - Class in org.xwiki.rendering.util
Methods for helping in parsing.
ParserUtils() - Constructor for class org.xwiki.rendering.util.ParserUtils
 
PATH - Static variable in class org.xwiki.rendering.listener.reference.ResourceType
Represents a relative URL in the current wiki.
performTransformations(XDOM, Syntax) - Method in interface org.xwiki.rendering.transformation.TransformationManager
Deprecated. since 2.4M1 use TransformationManager.performTransformations(Block, TransformationContext) instead
performTransformations(Block, TransformationContext) - Method in interface org.xwiki.rendering.transformation.TransformationManager
 
PLAIN - Static variable in class org.xwiki.rendering.syntax.SyntaxType
 
PLAIN_1_0 - Static variable in class org.xwiki.rendering.syntax.Syntax
 
PlainTextBlockFilter - Class in org.xwiki.rendering.block
Used to filter plain text blocks.
PlainTextBlockFilter(Parser, LinkLabelGenerator) - Constructor for class org.xwiki.rendering.block.PlainTextBlockFilter
 
popAllStackableListeners() - Method in class org.xwiki.rendering.listener.chaining.ListenerChain
Remove all pushed stackable listeners to go back to the previous state (see ListenerChain.pushAllStackableListeners().
popLinkDepth() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
popListener(Class<? extends ChainingListener>) - Method in class org.xwiki.rendering.listener.chaining.ListenerChain
Remove the last instance corresponding to the passed listener class if it's stackable, in order to go back to the previous state.
popPrinter() - Method in class org.xwiki.rendering.renderer.AbstractChainingPrintRenderer
Removes the current WikiPrinter and instead sets the previous printer as active.
print(String) - Method in class org.xwiki.rendering.renderer.printer.DefaultWikiPrinter
print(String) - Method in class org.xwiki.rendering.renderer.printer.LookaheadWikiPrinter
 
print(String) - Method in class org.xwiki.rendering.renderer.printer.VoidWikiPrinter
print(String) - Method in interface org.xwiki.rendering.renderer.printer.WikiPrinter
 
print(String) - Method in class org.xwiki.rendering.renderer.printer.WrappingWikiPrinter
 
printDelayed(String) - Method in class org.xwiki.rendering.renderer.printer.LookaheadWikiPrinter
 
printEntity(String) - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
 
printInternal(String) - Method in class org.xwiki.rendering.renderer.printer.LookaheadWikiPrinter
 
println(String) - Method in class org.xwiki.rendering.renderer.printer.DefaultWikiPrinter
println(String) - Method in class org.xwiki.rendering.renderer.printer.LookaheadWikiPrinter
 
println(String) - Method in class org.xwiki.rendering.renderer.printer.VoidWikiPrinter
println(String) - Method in interface org.xwiki.rendering.renderer.printer.WikiPrinter
 
println(String) - Method in class org.xwiki.rendering.renderer.printer.WrappingWikiPrinter
 
printlnDelayed(String) - Method in class org.xwiki.rendering.renderer.printer.LookaheadWikiPrinter
 
printlnInternal(String) - Method in class org.xwiki.rendering.renderer.printer.LookaheadWikiPrinter
 
printRaw(String) - Method in class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
Print some text without escaping anything, it's supposed to be XML or at least contains only valid characters in XML text node.
printRaw(String) - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
Print some text without escaping anything, it's supposed to be XML or at least contains only valid characters in XML text node.
PrintRenderer - Interface in org.xwiki.rendering.renderer
A Print Renderer is a Renderer that outputs its results to a WikiPrinter.
PrintRendererFactory - Interface in org.xwiki.rendering.renderer
Allows creating Renderers of a given type (one factory implementation per Renderer type).
printSpace() - Method in class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
This method should be used to print a space rather than calling printXML(" ").
printXML(String) - Method in class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
Print provided text.
printXML(String) - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
Print provided text.
printXMLComment(String) - Method in class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
Print a XML comment.
printXMLComment(String, boolean) - Method in class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
Print a XML comment.
printXMLComment(String) - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
Print a XML comment.
printXMLComment(String, boolean) - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
Print a XML comment.
printXMLElement(String) - Method in class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
Print the xml element.
printXMLElement(String, String[][]) - Method in class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
Print the xml element.
printXMLElement(String, Map<String, String>) - Method in class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
Print the xml element.
printXMLElement(String) - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
Print the xml element.
printXMLElement(String, String[][]) - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
Print the xml element.
printXMLElement(String, Map<String, String>) - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
Print the xml element.
printXMLEndCData() - Method in class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
End a CDATA section.
printXMLEndCData() - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
End a CDATA section.
printXMLEndElement(String) - Method in class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
Print the end tag of xml element.
printXMLEndElement(String) - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
Print the end tag of xml element.
printXMLStartCData() - Method in class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
Start a CDATA section.
printXMLStartCData() - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
Start a CDATA section.
printXMLStartElement(String) - Method in class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
Print the start tag of xml element.
printXMLStartElement(String, String[][]) - Method in class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
Print the start tag of xml element.
printXMLStartElement(String, Map<String, String>) - Method in class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
Print the start tag of xml element.
printXMLStartElement(String, Attributes) - Method in class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
Print the start tag of xml element.
printXMLStartElement(String) - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
Print the start tag of xml element.
printXMLStartElement(String, String[][]) - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
Print the start tag of xml element.
printXMLStartElement(String, Map<String, String>) - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
Print the start tag of xml element.
printXMLStartElement(String, Attributes) - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
Print the start tag of xml element.
pushAllStackableListeners() - Method in class org.xwiki.rendering.listener.chaining.ListenerChain
Create new instances of all chaining listeners that are stackable (ie that implement the StackableChainingListener interface.
pushLinkDepth() - Method in class org.xwiki.rendering.listener.chaining.BlockStateChainingListener
 
pushListener(Class<? extends ChainingListener>) - Method in class org.xwiki.rendering.listener.chaining.ListenerChain
Create a new instance of the passed chaining listener if it's stackable (ie it implements the StackableChainingListener interface.
pushPrinter(WikiPrinter) - Method in class org.xwiki.rendering.renderer.AbstractChainingPrintRenderer
Change the current WikiPrinter with the provided one.

Q

QUERY_STRING - Static variable in class org.xwiki.rendering.listener.reference.AttachmentResourceReference
The name of the parameter representing the Query String.
QUERY_STRING - Static variable in class org.xwiki.rendering.listener.reference.DocumentResourceReference
The name of the parameter representing the Query String.
QueueListener - Class in org.xwiki.rendering.listener
Manage a Queue of events.
QueueListener() - Constructor for class org.xwiki.rendering.listener.QueueListener
 
QueueListener.Event - Class in org.xwiki.rendering.listener
An event.
QueueListener.Event(EventType, Object[]) - Constructor for class org.xwiki.rendering.listener.QueueListener.Event
 
QuotationBlock - Class in org.xwiki.rendering.block
Represents a quotation.
QuotationBlock(List<Block>) - Constructor for class org.xwiki.rendering.block.QuotationBlock
 
QuotationBlock(List<Block>, Map<String, String>) - Constructor for class org.xwiki.rendering.block.QuotationBlock
 
QuotationLineBlock - Class in org.xwiki.rendering.block
Represents a quotation line.
QuotationLineBlock(List<Block>) - Constructor for class org.xwiki.rendering.block.QuotationLineBlock
 

R

RawBlock - Class in org.xwiki.rendering.block
Represents some raw content that shouldn't be parsed or modified and that should be injected as is in any output.
RawBlock(String, Syntax) - Constructor for class org.xwiki.rendering.block.RawBlock
 
remove(String) - Method in class org.xwiki.rendering.util.IdGenerator
Remove the saved previously generated id to make it available again.
removeBlock(Block) - Method in class org.xwiki.rendering.block.AbstractBlock
Removes a Block.
removeBlock(Block) - Method in interface org.xwiki.rendering.block.Block
Removes a Block.
removeListener(Class<? extends ChainingListener>) - Method in class org.xwiki.rendering.listener.chaining.ListenerChain
 
removeParameter(String) - Method in class org.xwiki.rendering.listener.reference.ResourceReference
 
removeTopLevelParagraph(List<Block>) - Method in class org.xwiki.rendering.util.ParserUtils
Removes any top level paragraph since for example for the following use case we don't want an extra paragraph block: = hello {{velocity}}world{{/velocity}}.
render(Block, WikiPrinter) - Method in interface org.xwiki.rendering.renderer.BlockRenderer
 
render(Collection<Block>, WikiPrinter) - Method in interface org.xwiki.rendering.renderer.BlockRenderer
 
Renderer - Interface in org.xwiki.rendering.renderer
A special type of Listener which writes data somewhere.
RenderingConfiguration - Interface in org.xwiki.rendering.configuration
Configuration properties for the Rendering module.
replaceChild(Block, Block) - Method in class org.xwiki.rendering.block.AbstractBlock
Replaces an existing children block with the passed new block.
replaceChild(List<Block>, Block) - Method in class org.xwiki.rendering.block.AbstractBlock
Replaces an existing children block with the passed new blocks.
replaceChild(Block, Block) - Method in interface org.xwiki.rendering.block.Block
Replaces an existing children block with the passed new block.
replaceChild(List<Block>, Block) - Method in interface org.xwiki.rendering.block.Block
Replaces an existing children block with the passed new blocks.
reset() - Method in class org.xwiki.rendering.util.IdGenerator
Reset the known generated ids.
ResourceReference - Class in org.xwiki.rendering.listener.reference
Represents a reference to a Resource (document, image, attachment, mail, etc).
ResourceReference(String, ResourceType) - Constructor for class org.xwiki.rendering.listener.reference.ResourceReference
 
ResourceReferenceParser - Interface in org.xwiki.rendering.parser
Interface for parsing resource references (references to links, images, attachments, etc) for various wiki syntaxes.
ResourceReferenceSerializer - Interface in org.xwiki.rendering.renderer.reference
Generate a string representation of a ResourceReference.
ResourceReferenceTypeParser - Interface in org.xwiki.rendering.parser
Parses a raw Resource Reference by determining if it has the right type and return a non-null ResourceReference object if it has.
ResourceReferenceTypeSerializer - Interface in org.xwiki.rendering.renderer.reference
Serialize a given Resource Reference to a String based on its Resource Type.
ResourceType - Class in org.xwiki.rendering.listener.reference
The Resource type.
ResourceType(String) - Constructor for class org.xwiki.rendering.listener.reference.ResourceType
 

S

SameBlockMatcher - Class in org.xwiki.rendering.block.match
Implementation of BlockMatcher which match Block same as the registered Block.
SameBlockMatcher(Block) - Constructor for class org.xwiki.rendering.block.match.SameBlockMatcher
 
SectionBlock - Class in org.xwiki.rendering.block
 
SectionBlock(List<Block>) - Constructor for class org.xwiki.rendering.block.SectionBlock
 
SectionBlock(List<Block>, Map<String, String>) - Constructor for class org.xwiki.rendering.block.SectionBlock
 
serialize(ResourceReference) - Method in interface org.xwiki.rendering.renderer.reference.ResourceReferenceSerializer
 
serialize(ResourceReference) - Method in interface org.xwiki.rendering.renderer.reference.ResourceReferenceTypeSerializer
 
setAnchor(String) - Method in class org.xwiki.rendering.listener.reference.DocumentResourceReference
 
setChildren(List<? extends Block>) - Method in class org.xwiki.rendering.block.AbstractBlock
Replace current children by the provided list of Blocks.
setChildren(List<? extends Block>) - Method in interface org.xwiki.rendering.block.Block
Replace current children by the provided list of Blocks.
setEmptyLinesCount(int) - Method in class org.xwiki.rendering.block.EmptyLinesBlock
 
setId(String) - Method in class org.xwiki.rendering.transformation.TransformationContext
 
setIdGenerator(IdGenerator) - Method in class org.xwiki.rendering.block.XDOM
 
setInterWikiAlias(String) - Method in class org.xwiki.rendering.listener.reference.InterWikiResourceReference
 
setListenerChain(ListenerChain) - Method in class org.xwiki.rendering.listener.chaining.AbstractChainingListener
 
setNextSiblingBlock(Block) - Method in class org.xwiki.rendering.block.AbstractBlock
setNextSiblingBlock(Block) - Method in interface org.xwiki.rendering.block.Block
 
setParameter(String, String) - Method in class org.xwiki.rendering.block.AbstractBlock
Set a parameter on the current block.
setParameter(String, String) - Method in interface org.xwiki.rendering.block.Block
Set a parameter on the current block.
setParameter(String, String) - Method in class org.xwiki.rendering.listener.reference.ResourceReference
 
setParameters(Map<String, String>) - Method in class org.xwiki.rendering.block.AbstractBlock
Set several parameters at once.
setParameters(Map<String, String>) - Method in interface org.xwiki.rendering.block.Block
Set several parameters at once.
setParameters(Map<String, String>) - Method in class org.xwiki.rendering.listener.reference.ResourceReference
 
setParent(Block) - Method in class org.xwiki.rendering.block.AbstractBlock
Sets the parent block.
setParent(Block) - Method in interface org.xwiki.rendering.block.Block
Sets the parent block.
setPreviousSiblingBlock(Block) - Method in class org.xwiki.rendering.block.AbstractBlock
setPreviousSiblingBlock(Block) - Method in interface org.xwiki.rendering.block.Block
 
setPrinter(WikiPrinter) - Method in class org.xwiki.rendering.renderer.AbstractChainingPrintRenderer
setPrinter(WikiPrinter) - Method in interface org.xwiki.rendering.renderer.PrintRenderer
 
setQueryString(String) - Method in class org.xwiki.rendering.listener.reference.AttachmentResourceReference
 
setQueryString(String) - Method in class org.xwiki.rendering.listener.reference.DocumentResourceReference
 
setReference(String) - Method in class org.xwiki.rendering.listener.reference.ResourceReference
 
setScheme(String) - Method in class org.xwiki.rendering.listener.reference.ResourceType
 
setSyntax(Syntax) - Method in class org.xwiki.rendering.transformation.TransformationContext
 
setType(ResourceType) - Method in class org.xwiki.rendering.listener.reference.ResourceReference
 
setTyped(boolean) - Method in class org.xwiki.rendering.listener.reference.ResourceReference
 
setWikiPrinter(WikiPrinter) - Method in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
 
setWrappedListener(Listener) - Method in class org.xwiki.rendering.listener.WrappingListener
 
setXDOM(XDOM) - Method in class org.xwiki.rendering.transformation.TransformationContext
 
SOURCE - Static variable in class org.xwiki.rendering.listener.MetaData
Represents a source metaData, which corresponds to the reference to the source entity containing the content to render.
SpaceBlock - Class in org.xwiki.rendering.block
Represents a space.
SpaceBlock() - Constructor for class org.xwiki.rendering.block.SpaceBlock
A space block.
SpecialSymbolBlock - Class in org.xwiki.rendering.block
Represent a non-alphanumeric and non-space symbol (>, ]...).
SpecialSymbolBlock(char) - Constructor for class org.xwiki.rendering.block.SpecialSymbolBlock
 
StackableChainingListener - Interface in org.xwiki.rendering.listener.chaining
A chaining listener that can be stacked in the ListenerChain.
StreamParser - Interface in org.xwiki.rendering.parser
Streaming based parser.
SYNTAX - Static variable in class org.xwiki.rendering.listener.MetaData
Represents the syntax of the content found in macro containing wiki content (like a box macro for example).
Syntax - Class in org.xwiki.rendering.syntax
Represents a wiki syntax that the user can use to enter wiki content.
Syntax(SyntaxType, String) - Constructor for class org.xwiki.rendering.syntax.Syntax
 
Syntax(SyntaxType, String, String) - Constructor for class org.xwiki.rendering.syntax.Syntax
 
SyntaxFactory - Interface in org.xwiki.rendering.syntax
 
SyntaxType - Class in org.xwiki.rendering.syntax
 
SyntaxType(String, String) - Constructor for class org.xwiki.rendering.syntax.SyntaxType
 

T

TableBlock - Class in org.xwiki.rendering.block
Represents a table.
TableBlock(List<Block>, Map<String, String>) - Constructor for class org.xwiki.rendering.block.TableBlock
 
TableCellBlock - Class in org.xwiki.rendering.block
Represents a cell of a table.
TableCellBlock(List<Block>, Map<String, String>) - Constructor for class org.xwiki.rendering.block.TableCellBlock
 
TableHeadCellBlock - Class in org.xwiki.rendering.block
Represents a head of a row or column of a table.
TableHeadCellBlock(List<Block>, Map<String, String>) - Constructor for class org.xwiki.rendering.block.TableHeadCellBlock
 
TableRowBlock - Class in org.xwiki.rendering.block
Represents the row of a table.
TableRowBlock(List<Block>, Map<String, String>) - Constructor for class org.xwiki.rendering.block.TableRowBlock
 
TEX - Static variable in class org.xwiki.rendering.syntax.SyntaxType
 
TEX_1_0 - Static variable in class org.xwiki.rendering.syntax.Syntax
 
TextOnNewLineStateChainingListener - Class in org.xwiki.rendering.listener.chaining
Indicate if the text being written starts a new line.
TextOnNewLineStateChainingListener(ListenerChain) - Constructor for class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener
 
toIdString() - Method in class org.xwiki.rendering.syntax.Syntax
 
toString() - Method in class org.xwiki.rendering.block.SpecialSymbolBlock
toString() - Method in class org.xwiki.rendering.block.VerbatimBlock
toString() - Method in class org.xwiki.rendering.block.WordBlock
toString() - Method in enum org.xwiki.rendering.listener.HeaderLevel
toString() - Method in class org.xwiki.rendering.listener.reference.ResourceReference
toString() - Method in class org.xwiki.rendering.renderer.printer.DefaultWikiPrinter
toString() - Method in class org.xwiki.rendering.renderer.printer.WrappingWikiPrinter
 
toString() - Method in class org.xwiki.rendering.syntax.Syntax
toString() - Method in class org.xwiki.rendering.syntax.SyntaxType
transform(XDOM, Syntax) - Method in class org.xwiki.rendering.transformation.AbstractTransformation
Transform the passed XDOM and modifies it.
transform(XDOM, Syntax) - Method in interface org.xwiki.rendering.transformation.Transformation
Deprecated. since 2.4M1 use Transformation.transform(Block, TransformationContext) instead
transform(Block, TransformationContext) - Method in interface org.xwiki.rendering.transformation.Transformation
Transform the passed XDOM and modifies it.
Transformation - Interface in org.xwiki.rendering.transformation
Performs a transformation on a XDOM (i.e.
TransformationContext - Class in org.xwiki.rendering.transformation
The context of the transformation process.
TransformationContext() - Constructor for class org.xwiki.rendering.transformation.TransformationContext
Default constructor that doesn't set the XDOM or the Syntax.
TransformationContext(XDOM, Syntax) - Constructor for class org.xwiki.rendering.transformation.TransformationContext
Some macros require the XDOM and the Syntax to be set.
TransformationException - Exception in org.xwiki.rendering.transformation
Encapsulate a rendering error.
TransformationException(String) - Constructor for exception org.xwiki.rendering.transformation.TransformationException
Constructs a new exception with the specified detail message.
TransformationException(String, Throwable) - Constructor for exception org.xwiki.rendering.transformation.TransformationException
Constructs a new exception with the specified detail message and cause.
TransformationManager - Interface in org.xwiki.rendering.transformation
Executes a set of transformations, in the correct order.
traverse(Listener) - Method in class org.xwiki.rendering.block.AbstractBlock
Let the block send Listener events corresponding to its content.
traverse(Listener) - Method in interface org.xwiki.rendering.block.Block
Let the block send Listener events corresponding to its content.
traverse(Listener) - Method in class org.xwiki.rendering.block.EmptyLinesBlock
Let the block send Listener events corresponding to its content. For example a Paragraph block will send the Listener.beginParagraph(java.util.Map) and Listener.endParagraph(java.util.Map) events when this method is called.
traverse(Listener) - Method in class org.xwiki.rendering.block.HorizontalLineBlock
Let the block send Listener events corresponding to its content. For example a Paragraph block will send the Listener.beginParagraph(java.util.Map) and Listener.endParagraph(java.util.Map) events when this method is called.
traverse(Listener) - Method in class org.xwiki.rendering.block.IdBlock
Let the block send Listener events corresponding to its content. For example a Paragraph block will send the Listener.beginParagraph(java.util.Map) and Listener.endParagraph(java.util.Map) events when this method is called.
traverse(Listener) - Method in class org.xwiki.rendering.block.ImageBlock
Let the block send Listener events corresponding to its content. For example a Paragraph block will send the Listener.beginParagraph(java.util.Map) and Listener.endParagraph(java.util.Map) events when this method is called.
traverse(Listener) - Method in class org.xwiki.rendering.block.MacroBlock
Let the block send Listener events corresponding to its content. For example a Paragraph block will send the Listener.beginParagraph(java.util.Map) and Listener.endParagraph(java.util.Map) events when this method is called.
traverse(Listener) - Method in class org.xwiki.rendering.block.NewLineBlock
Let the block send Listener events corresponding to its content. For example a Paragraph block will send the Listener.beginParagraph(java.util.Map) and Listener.endParagraph(java.util.Map) events when this method is called.
traverse(Listener) - Method in class org.xwiki.rendering.block.RawBlock
Let the block send Listener events corresponding to its content. For example a Paragraph block will send the Listener.beginParagraph(java.util.Map) and Listener.endParagraph(java.util.Map) events when this method is called.
traverse(Listener) - Method in class org.xwiki.rendering.block.SpaceBlock
Let the block send Listener events corresponding to its content. For example a Paragraph block will send the Listener.beginParagraph(java.util.Map) and Listener.endParagraph(java.util.Map) events when this method is called.
traverse(Listener) - Method in class org.xwiki.rendering.block.SpecialSymbolBlock
Let the block send Listener events corresponding to its content. For example a Paragraph block will send the Listener.beginParagraph(java.util.Map) and Listener.endParagraph(java.util.Map) events when this method is called.
traverse(Listener) - Method in class org.xwiki.rendering.block.VerbatimBlock
Let the block send Listener events corresponding to its content. For example a Paragraph block will send the Listener.beginParagraph(java.util.Map) and Listener.endParagraph(java.util.Map) events when this method is called.
traverse(Listener) - Method in class org.xwiki.rendering.block.WordBlock
Let the block send Listener events corresponding to its content. For example a Paragraph block will send the Listener.beginParagraph(java.util.Map) and Listener.endParagraph(java.util.Map) events when this method is called.
TWIKI - Static variable in class org.xwiki.rendering.syntax.SyntaxType
 
TWIKI_1_0 - Static variable in class org.xwiki.rendering.syntax.Syntax
 

U

UNC - Static variable in class org.xwiki.rendering.listener.reference.ResourceType
Represents a UNC (Universal Naming Convention) (eg "\\myserver\myshare\mydoc.txt").
UNKNOWN - Static variable in class org.xwiki.rendering.listener.reference.ResourceType
Special type to be used when the type of the resource is not known.
URILabelGenerator - Interface in org.xwiki.rendering.renderer.reference.link
Generate Resource Reference labels for URIs.
URL - Static variable in class org.xwiki.rendering.listener.reference.ResourceType
Represents an URL.

V

valueOf(String) - Static method in enum org.xwiki.rendering.block.Block.Axes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.rendering.listener.chaining.BlockStateChainingListener.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.rendering.listener.chaining.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.rendering.listener.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.rendering.listener.HeaderLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.rendering.listener.ListType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.rendering.block.Block.Axes
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xwiki.rendering.listener.chaining.BlockStateChainingListener.Event
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xwiki.rendering.listener.chaining.EventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xwiki.rendering.listener.Format
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xwiki.rendering.listener.HeaderLevel
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xwiki.rendering.listener.ListType
Returns an array containing the constants of this enum type, in the order they're declared.
VerbatimBlock - Class in org.xwiki.rendering.block
A Verbatim block.
VerbatimBlock(String, boolean) - Constructor for class org.xwiki.rendering.block.VerbatimBlock
 
VerbatimBlock(String, Map<String, String>, boolean) - Constructor for class org.xwiki.rendering.block.VerbatimBlock
 
VoidWikiPrinter - Class in org.xwiki.rendering.renderer.printer
A WikiPrinter implementation which does not do anything.
VOIDWIKIPRINTER - Static variable in class org.xwiki.rendering.renderer.printer.VoidWikiPrinter
Unique instance of VoidWikiPrinter.

W

WikiModel - Interface in org.xwiki.rendering.wiki
Bridge between the Rendering module and a Wiki Model.
WikiPrinter - Interface in org.xwiki.rendering.renderer.printer
Printer for PrintRenderers.
wikiWriter - Variable in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
 
WordBlock - Class in org.xwiki.rendering.block
Represents a word.
WordBlock(String) - Constructor for class org.xwiki.rendering.block.WordBlock
 
WrappingListener - Class in org.xwiki.rendering.listener
A Listener wrapping another Listener.
WrappingListener() - Constructor for class org.xwiki.rendering.listener.WrappingListener
 
WrappingWikiPrinter - Class in org.xwiki.rendering.renderer.printer
Wraps a wiki printer.
WrappingWikiPrinter(WikiPrinter) - Constructor for class org.xwiki.rendering.renderer.printer.WrappingWikiPrinter
 

X

XDOM - Class in org.xwiki.rendering.block
Contains the full tree of Block that represent a XWiki Document's content.
XDOM(List<Block>) - Constructor for class org.xwiki.rendering.block.XDOM
 
XDOM(List<Block>, MetaData) - Constructor for class org.xwiki.rendering.block.XDOM
 
XDOM(List<Block>, IdGenerator) - Constructor for class org.xwiki.rendering.block.XDOM
 
XDOM(List<Block>, IdGenerator, MetaData) - Constructor for class org.xwiki.rendering.block.XDOM
 
XHTML - Static variable in class org.xwiki.rendering.syntax.SyntaxType
 
XHTML_1_0 - Static variable in class org.xwiki.rendering.syntax.Syntax
 
XHTMLWikiPrinter - Class in org.xwiki.rendering.renderer.printer
Base toolkit class for all XHTML-based renderers.
XHTMLWikiPrinter(WikiPrinter) - Constructor for class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter
 
XMLWikiPrinter - Class in org.xwiki.rendering.renderer.printer
Base toolkit class for all XML-based printers.
XMLWikiPrinter(WikiPrinter) - Constructor for class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
 
xmlWriter - Variable in class org.xwiki.rendering.renderer.printer.XMLWikiPrinter
 
XWIKI - Static variable in class org.xwiki.rendering.syntax.SyntaxType
 
XWIKI_1_0 - Static variable in class org.xwiki.rendering.syntax.Syntax
 
XWIKI_2_0 - Static variable in class org.xwiki.rendering.syntax.Syntax
 
XWIKI_2_1 - Static variable in class org.xwiki.rendering.syntax.Syntax
 

A B C D E F G H I J L M N O P Q R S T U V W X

Copyright © 2004-2011 XWiki. All Rights Reserved.