@ThreadSafe public final class XmlEntity extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
fromNamedReference(CharSequence s)
Converts a named XML entity into its HTML encoded Unicode code point.
|
public static String fromNamedReference(CharSequence s)
s - the named entity (note, this should not include the leading
'&' or trailing ';'Copyright © 2012–2020 OWASP. All rights reserved.