de.frag.umlplugin.uml.graph
Class EscapeUtils

java.lang.Object
  extended by de.frag.umlplugin.uml.graph.EscapeUtils

public class EscapeUtils
extends java.lang.Object

Escapes HTML or XML special characters.


Constructor Summary
EscapeUtils()
           
 
Method Summary
static java.lang.String escape(java.lang.String string)
          Escapes all special HTML characters and returns resulting string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EscapeUtils

public EscapeUtils()
Method Detail

escape

@NotNull
public static java.lang.String escape(@NotNull
                                              java.lang.String string)
Escapes all special HTML characters and returns resulting string.

Parameters:
string - string to escape
Returns:
escaped string