|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.brics.misc.Chars
public class Chars
Character escaping.
Method Summary | |
---|---|
static String |
escape(String s)
Escapes special characters in the given string. |
static String |
escape(String s,
boolean dot)
Escapes special characters in the given string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String escape(String s)
escape(s, true)
.
public static String escape(String s, boolean dot)
dot
- if true, use Graphviz dot mode
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |