public class HTMLEntitiesParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
STATE_START |
| Constructor and Description |
|---|
HTMLEntitiesParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
endsWithSemicolon() |
String |
getMatch() |
int |
getMatchLength() |
int |
getRewindCount() |
boolean |
parse(int current) |
boolean |
parseNumeric(int current) |
void |
setMatchFromCode() |
public static final int STATE_START
public String getMatch()
public int getMatchLength()
public int getRewindCount()
public boolean endsWithSemicolon()
public void setMatchFromCode()
public boolean parseNumeric(int current)
public boolean parse(int current)
Copyright © 2020 Gargoyle Software Inc.. All rights reserved.