|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.block.AbstractBlock
org.xwiki.rendering.block.SpecialSymbolBlock
public class SpecialSymbolBlock
Represent a non-alphanumeric and non-space symbol (>, ]...).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.xwiki.rendering.block.Block |
|---|
Block.Axes |
| Constructor Summary | |
|---|---|
SpecialSymbolBlock(char symbol)
|
|
| Method Summary | |
|---|---|
char |
getSymbol()
|
java.lang.String |
toString()
|
void |
traverse(Listener listener)
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. |
| Methods inherited from class org.xwiki.rendering.block.AbstractBlock |
|---|
addChild, addChildren, after, before, clone, clone, equals, getBlocks, getChildren, getChildrenByType, getFirstBlock, getNextSibling, getParameter, getParameters, getParent, getParentBlockByType, getPreviousBlockByType, getPreviousSibling, getRoot, hashCode, insertChildAfter, insertChildBefore, removeBlock, replaceChild, replaceChild, setChildren, setNextSiblingBlock, setParameter, setParameters, setParent, setPreviousSiblingBlock |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SpecialSymbolBlock(char symbol)
symbol - the symbol| Method Detail |
|---|
public char getSymbol()
public void traverse(Listener listener)
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 in interface Blocktraverse in class AbstractBlocklistener - the listener to which to send the events to.Block.traverse(org.xwiki.rendering.listener.Listener)public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||