Uses of Class
org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
Packages that use HTMLNamedEntitiesParser.State
-
Uses of HTMLNamedEntitiesParser.State in org.htmlunit.cyberneko
Subclasses of HTMLNamedEntitiesParser.State in org.htmlunit.cybernekoModifier and TypeClassDescriptionprotected static class
This is our initial state and has a special optimization applied.Fields in org.htmlunit.cyberneko declared as HTMLNamedEntitiesParser.StateModifier and TypeFieldDescription(package private) HTMLNamedEntitiesParser.State[]
HTMLNamedEntitiesParser.State.nextState_
Methods in org.htmlunit.cyberneko that return HTMLNamedEntitiesParser.StateModifier and TypeMethodDescriptionHTMLNamedEntitiesParser.lookup
(int character, HTMLNamedEntitiesParser.State state) Pseudo parses and entity character by character.Utility method, mostly for testing, that allows us to look up and entity from a string instead from single characters.HTMLNamedEntitiesParser.RootState.lookup
(int character) protected HTMLNamedEntitiesParser.State
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 onlyMethods in org.htmlunit.cyberneko with parameters of type HTMLNamedEntitiesParser.StateModifier and TypeMethodDescriptionHTMLNamedEntitiesParser.lookup
(int character, HTMLNamedEntitiesParser.State state) Pseudo parses and entity character by character.