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