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 class
CharacterEntityReference
Represents an HTML Character Entity Reference.class
NumericCharacterReference
Represents an HTML Numeric Character Reference.Methods in net.htmlparser.jericho that return CharacterReference Modifier and Type Method Description CharacterReference
Source. getNextCharacterReference(int pos)
Returns theCharacterReference
beginning at or immediately following the specified position in the source document.CharacterReference
Source. getPreviousCharacterReference(int pos)
Returns theCharacterReference
at or immediately preceding (or enclosing) the specified position in the source document.static CharacterReference
CharacterReference. parse(java.lang.CharSequence characterReferenceText)
Parses a single encoded character reference text into aCharacterReference
object.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 allCharacterReference
objects that are enclosed by this segment.
-