Uses of Class
org.htmlparser.util.CharacterReference
-
Packages that use CharacterReference Package Description org.htmlparser.util Code which can be reused by many classes, is located in this package. -
-
Uses of CharacterReference in org.htmlparser.util
Fields in org.htmlparser.util declared as CharacterReference Modifier and Type Field Description protected static CharacterReference[]
Translate. mCharacterList
List of references sorted by character.protected static CharacterReference[]
Translate. mCharacterReferences
Table mapping entity reference kernel to character.Methods in org.htmlparser.util that return CharacterReference Modifier and Type Method Description static CharacterReference
Translate. lookup(char character)
Look up a reference by character.static CharacterReference
Translate. lookup(java.lang.String kernel, int start, int end)
Look up a reference by kernel.protected static CharacterReference
Translate. lookup(CharacterReference key)
Look up a reference by kernel.Methods in org.htmlparser.util with parameters of type CharacterReference Modifier and Type Method Description protected static CharacterReference
Translate. lookup(CharacterReference key)
Look up a reference by kernel.protected static int
Translate. lookup(CharacterReference[] array, char ref, int lo, int hi)
Binary search for a reference.
-