Uses of Class
org.htmlparser.util.CharacterReference
Packages that use CharacterReference
Package
Description
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 CharacterReferenceModifier and TypeFieldDescriptionprotected static final CharacterReference[]Translate.mCharacterListList of references sorted by character.protected static final CharacterReference[]Translate.mCharacterReferencesTable mapping entity reference kernel to character.Methods in org.htmlparser.util that return CharacterReferenceModifier and TypeMethodDescriptionstatic CharacterReferenceTranslate.lookup(char character) Look up a reference by character.static CharacterReferenceLook up a reference by kernel.protected static CharacterReferenceTranslate.lookup(CharacterReference key) Look up a reference by kernel.Methods in org.htmlparser.util with parameters of type CharacterReferenceModifier and TypeMethodDescriptionprotected static CharacterReferenceTranslate.lookup(CharacterReference key) Look up a reference by kernel.protected static intTranslate.lookup(CharacterReference[] array, char ref, int lo, int hi) Binary search for a reference.