public class SpecialEntity extends Object
Constructor and Description |
---|
SpecialEntity(String key,
int intCode,
String htmlString,
boolean htmlSpecialEntity) |
Modifier and Type | Method and Description |
---|---|
char |
charValue() |
String |
getDecimalNCR() |
String |
getEscaped(boolean htmlEscaped) |
String |
getEscapedValue() |
String |
getEscapedXmlString() |
String |
getHexNCR() |
String |
getHtmlString() |
String |
getKey() |
int |
intValue() |
boolean |
isHtmlSpecialEntity() |
public String getKey()
public int intValue()
public String getHtmlString()
public String getEscapedXmlString()
public String getEscaped(boolean htmlEscaped)
public boolean isHtmlSpecialEntity()
public char charValue()
intValue()
cast to an charpublic String getDecimalNCR()
public String getHexNCR()
public String getEscapedValue()
Copyright © 2006–2018. All rights reserved.