Uses of Class
net.htmlparser.jericho.CharacterReference
Packages that use CharacterReference
-
Uses of CharacterReference in net.htmlparser.jericho
Subclasses of CharacterReference in net.htmlparser.jerichoModifier and TypeClassDescriptionclass
Represents an HTML Character Entity Reference.class
Represents an HTML Numeric Character Reference.Methods in net.htmlparser.jericho that return CharacterReferenceModifier and TypeMethodDescriptionSource.getNextCharacterReference
(int pos) Returns theCharacterReference
beginning at or immediately following the specified position in the source document.Source.getPreviousCharacterReference
(int pos) Returns theCharacterReference
at or immediately preceding (or enclosing) the specified position in the source document.static CharacterReference
CharacterReference.parse
(CharSequence characterReferenceText) Parses a single encoded character reference text into aCharacterReference
object.Methods in net.htmlparser.jericho that return types with arguments of type CharacterReferenceModifier and TypeMethodDescriptionSegment.getAllCharacterReferences()
Returns a list of allCharacterReference
objects that are enclosed by this segment.