public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
cleanupUtf(String bad)
Removing non-printable UTF characters from the string.
|
static Element |
fillPropertyReference(String resolve) |
static String |
getPropertyName(String name) |
static boolean |
isValidXmlCodepoint(int cp)
According to XML specification, section 2.2:
http://www.w3.org/TR/REC-xml/
|
public static String cleanupUtf(String bad)
bad - string with bad charspublic static boolean isValidXmlCodepoint(int cp)
c - Copyright © 2016 evolveum. All rights reserved.