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 TypeClassDescriptionclassRepresents an HTML Character Entity Reference.classRepresents an HTML Numeric Character Reference.Methods in net.htmlparser.jericho that return CharacterReferenceModifier and TypeMethodDescriptionSource.getNextCharacterReference(int pos) Returns theCharacterReferencebeginning at or immediately following the specified position in the source document.Source.getPreviousCharacterReference(int pos) Returns theCharacterReferenceat or immediately preceding (or enclosing) the specified position in the source document.static CharacterReferenceCharacterReference.parse(CharSequence characterReferenceText) Parses a single encoded character reference text into aCharacterReferenceobject.Methods in net.htmlparser.jericho that return types with arguments of type CharacterReferenceModifier and TypeMethodDescriptionSegment.getAllCharacterReferences()Returns a list of allCharacterReferenceobjects that are enclosed by this segment.