Uses of Class
net.htmlparser.jericho.CharacterReference
-
Packages that use CharacterReference Package Description net.htmlparser.jericho Jericho HTML Parser 3.3 -
-
Uses of CharacterReference in net.htmlparser.jericho
Subclasses of CharacterReference in net.htmlparser.jericho Modifier and Type Class Description classCharacterEntityReferenceRepresents an HTML Character Entity Reference.classNumericCharacterReferenceRepresents an HTML Numeric Character Reference.Methods in net.htmlparser.jericho that return CharacterReference Modifier and Type Method Description CharacterReferenceSource. getNextCharacterReference(int pos)Returns theCharacterReferencebeginning at or immediately following the specified position in the source document.CharacterReferenceSource. getPreviousCharacterReference(int pos)Returns theCharacterReferenceat or immediately preceding (or enclosing) the specified position in the source document.static CharacterReferenceCharacterReference. parse(java.lang.CharSequence characterReferenceText)Parses a single encoded character reference text into aCharacterReferenceobject.Methods in net.htmlparser.jericho that return types with arguments of type CharacterReference Modifier and Type Method Description java.util.List<CharacterReference>Segment. getAllCharacterReferences()Returns a list of allCharacterReferenceobjects that are enclosed by this segment.
-