cz.zcu.fav.kiv.editor.config
Class ParameterTransformation

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.config.ParameterTransformation

public class ParameterTransformation
extends java.lang.Object


Constructor Summary
ParameterTransformation()
           
 
Method Summary
static java.lang.String htmlTransform(java.lang.String input)
          Transform text description in DocBook to HTML format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterTransformation

public ParameterTransformation()
Method Detail

htmlTransform

public static java.lang.String htmlTransform(java.lang.String input)
Transform text description in DocBook to HTML format.

Parameters:
input - the text in DocBook.
Returns:
the input text transformed to HTML.