Uses of Class
org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
-
Packages that use HTMLNamedEntitiesParser.State Package Description org.htmlunit.cyberneko -
-
Uses of HTMLNamedEntitiesParser.State in org.htmlunit.cyberneko
Subclasses of HTMLNamedEntitiesParser.State in org.htmlunit.cyberneko Modifier and Type Class Description protected static classHTMLNamedEntitiesParser.RootStateThis is our initial state and has a special optimization applied.Methods in org.htmlunit.cyberneko that return HTMLNamedEntitiesParser.State Modifier and Type Method Description HTMLNamedEntitiesParser.StateHTMLNamedEntitiesParser. lookup(int character, HTMLNamedEntitiesParser.State state)Pseudo parses and entity character by character.HTMLNamedEntitiesParser.StateHTMLNamedEntitiesParser. lookup(String entityName)Utility method, mostly for testing, that allows us to look up and entity from a string instead from single characters.HTMLNamedEntitiesParser.StateHTMLNamedEntitiesParser.RootState. lookup(int character)protected HTMLNamedEntitiesParser.StateHTMLNamedEntitiesParser.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 onlyMethods in org.htmlunit.cyberneko with parameters of type HTMLNamedEntitiesParser.State Modifier and Type Method Description HTMLNamedEntitiesParser.StateHTMLNamedEntitiesParser. lookup(int character, HTMLNamedEntitiesParser.State state)Pseudo parses and entity character by character.
-