final class org.apache.commons.text.lookup.XmlDecoderStringLookup extends org.apache.commons.text.lookup.AbstractStringLookup
{
static final org.apache.commons.text.lookup.XmlDecoderStringLookup INSTANCE;
private void <init>()
{
org.apache.commons.text.lookup.XmlDecoderStringLookup v;
v := @this: org.apache.commons.text.lookup.XmlDecoderStringLookup;
specialinvoke v.<org.apache.commons.text.lookup.AbstractStringLookup: void <init>()>();
return;
}
public java.lang.String lookup(java.lang.String)
{
java.lang.String v, v;
org.apache.commons.text.lookup.XmlDecoderStringLookup v;
v := @this: org.apache.commons.text.lookup.XmlDecoderStringLookup;
v := @parameter: java.lang.String;
v = staticinvoke <org.apache.commons.text.StringEscapeUtils: java.lang.String unescapeXml(java.lang.String)>(v);
return v;
}
static void <clinit>()
{
org.apache.commons.text.lookup.XmlDecoderStringLookup v;
v = new org.apache.commons.text.lookup.XmlDecoderStringLookup;
specialinvoke v.<org.apache.commons.text.lookup.XmlDecoderStringLookup: void <init>()>();
<org.apache.commons.text.lookup.XmlDecoderStringLookup: org.apache.commons.text.lookup.XmlDecoderStringLookup INSTANCE> = v;
return;
}
}