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 class
HTMLNamedEntitiesParser.RootState
This is our initial state and has a special optimization applied.Fields in org.htmlunit.cyberneko declared as HTMLNamedEntitiesParser.State Modifier and Type Field Description (package private) HTMLNamedEntitiesParser.State[]
HTMLNamedEntitiesParser.State. nextState_
Methods in org.htmlunit.cyberneko that return HTMLNamedEntitiesParser.State Modifier and Type Method Description HTMLNamedEntitiesParser.State
HTMLNamedEntitiesParser. lookup(int character, HTMLNamedEntitiesParser.State state)
Pseudo parses and entity character by character.HTMLNamedEntitiesParser.State
HTMLNamedEntitiesParser. lookup(java.lang.String entityName)
Utility method, mostly for testing, that allows us to look up and entity from a string instead from single characters.HTMLNamedEntitiesParser.State
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.State Modifier and Type Method Description HTMLNamedEntitiesParser.State
HTMLNamedEntitiesParser. lookup(int character, HTMLNamedEntitiesParser.State state)
Pseudo parses and entity character by character.
-