protected static class HTMLNamedEntitiesParser.RootState extends HTMLNamedEntitiesParser.State
endNode_, endsWithSemicolon_, entityOrFragment_, isMatch_, length_, resolvedValue_| Modifier | Constructor and Description |
|---|---|
protected |
RootState() |
| Modifier and Type | Method and Description |
|---|---|
HTMLNamedEntitiesParser.State |
lookup(int character)
Lookup the state by iterating over the chars at this state, should not be that
many and due to the small size of the array, should be cache only
|
protected void |
optimize() |
add, updateNonSemicolonEntitypublic HTMLNamedEntitiesParser.State lookup(int character)
HTMLNamedEntitiesParser.Statelookup in class HTMLNamedEntitiesParser.Statecharacter - the char to look upprotected void optimize()
Copyright © 2024 HtmlUnit. All rights reserved.