public class HtmlEntity extends HtmlComponent
| Modifier and Type | Field and Description |
|---|---|
char |
character |
String |
htmlCode |
static HtmlEntity |
NBSP |
int |
xmlCode |
| Constructor and Description |
|---|
HtmlEntity(String htmlCode,
int xmlCode) |
| Modifier and Type | Method and Description |
|---|---|
static HtmlEntity[] |
getAllInstances() |
static HtmlEntity |
getEntity(String s,
int position) |
String |
toString() |
public static final HtmlEntity NBSP
public final String htmlCode
public final int xmlCode
public final char character
public HtmlEntity(String htmlCode, int xmlCode)
public static HtmlEntity[] getAllInstances()
public static HtmlEntity getEntity(String s, int position)
public String toString()
toString in class HtmlComponentCopyright © 2006–2016 Volker Bergmann. All rights reserved.