| java.lang.Object de.anomic.data.wiki.abstractWikiParser de.anomic.data.wikiCode
wikiCode | public class wikiCode extends abstractWikiParser implements wikiParser(Code) | | This class provides methods to handle texts that have been posted in the yacyWiki or other
parts of YaCy that use this class, like the blog or the profile.
|
transformLine | public String transformLine(String result, String publicAddress, plasmaSwitchboard switchboard)(Code) | | Replaces wiki tags with HTML tags.
Parameters: result - a line of text Parameters: switchboard - the line of text with HTML tags instead of wiki tags |
Methods inherited from de.anomic.data.wiki.abstractWikiParser | abstract protected String transform(BufferedReader reader, int length, String publicAddress, plasmaSwitchboard sb) throws IOException(Code)(Java Doc) public String transform(String content)(Code)(Java Doc) public String transform(String content, plasmaSwitchboard sb)(Code)(Java Doc) public String transform(String content, String publicAddress)(Code)(Java Doc) public String transform(byte[] content) throws UnsupportedEncodingException(Code)(Java Doc) public String transform(byte[] content, String encoding) throws UnsupportedEncodingException(Code)(Java Doc) public String transform(byte[] content, String encoding, String publicAddress) throws UnsupportedEncodingException(Code)(Java Doc) public String transform(byte[] content, String encoding, plasmaSwitchboard switchboard) throws UnsupportedEncodingException(Code)(Java Doc)
|
|
|