org.xwiki.rendering.wikimodel.xwiki.xwiki20
Class XWikiScannerUtil

java.lang.Object
  extended by org.xwiki.rendering.wikimodel.xwiki.xwiki20.XWikiScannerUtil

public class XWikiScannerUtil
extends Object

Since:
4.0M1
Version:
$Id: baf1894b3da110be4a300f0135bd2e96a0757ef9 $

Field Summary
static char ESCAPECHAR
           
 
Constructor Summary
XWikiScannerUtil()
           
 
Method Summary
static String unescapeVerbatim(String content)
          To have }}} or {{{ inside inline block we need to escape it in some condition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ESCAPECHAR

public static final char ESCAPECHAR
See Also:
Constant Field Values
Constructor Detail

XWikiScannerUtil

public XWikiScannerUtil()
Method Detail

unescapeVerbatim

public static String unescapeVerbatim(String content)
To have }}} or {{{ inside inline block we need to escape it in some condition. This method remove this escaping to send the correct text to the event.



Copyright © 2004-2013 XWiki. All Rights Reserved.