Package | Description |
---|---|
psdi.util |
Modifier and Type | Field and Description |
---|---|
static HTML.Entity |
HTML.Entity.AMPERSAND |
static HTML.Entity |
HTML.Entity.APOSTROPHE |
static HTML.Entity |
HTML.Entity.GRAVE_ACCENT |
static HTML.Entity |
HTML.Entity.GT |
static HTML.Entity |
HTML.Entity.LEFT_PAREN |
static HTML.Entity |
HTML.Entity.LT |
static HTML.Entity |
HTML.Entity.NBSP |
static HTML.Entity |
HTML.Entity.PERCENT |
static HTML.Entity |
HTML.Entity.QUOTE |
static HTML.Entity |
HTML.Entity.RIGHT_PAREN |
Modifier and Type | Method and Description |
---|---|
static HTML.Entity |
HTML.Entity.getEntity(char character) |
static HTML.Entity |
HTML.Entity.valueOf(java.lang.String name) |
static HTML.Entity[] |
HTML.Entity.values() |