info.bliki.wiki.tags.code
Interface SourceCodeFormatter

All Known Implementing Classes:
ABAPCodeFilter, AbstractCodeFormatter, AbstractCPPBasedCodeFilter, CSharpCodeFilter, GroovyCodeFilter, JavaCodeFilter, JavaScriptCodeFilter, PHPCodeFilter, PythonCodeFilter, SQLCodeFilter, XMLCodeFilter

public interface SourceCodeFormatter

Displays source code with syntax highlighting


Method Summary
 java.lang.String filter(java.lang.String content)
          Convert the given content string to HTML synatx highlighted string.
 

Method Detail

filter

java.lang.String filter(java.lang.String content)
Convert the given content string to HTML synatx highlighted string.

Parameters:
content -
Returns:


Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.