public final class StringEscape extends Object
| Modifier | Constructor and Description |
|---|---|
private |
StringEscape()
Hidden for pure static class.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeFileName(String input)
Escapes a string that i is usable as file name.
|
static String |
escapeXml(String input)
Escapes string for XML.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.