|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CharacterReference in net.htmlparser.jericho |
---|
Subclasses of CharacterReference in net.htmlparser.jericho | |
---|---|
class |
CharacterEntityReference
Represents an HTML Character Entity Reference. |
class |
NumericCharacterReference
Represents an HTML Numeric Character Reference. |
Methods in net.htmlparser.jericho that return CharacterReference | |
---|---|
CharacterReference |
Source.getNextCharacterReference(int pos)
Returns the CharacterReference beginning at or immediately following the specified position in the source document. |
CharacterReference |
Source.getPreviousCharacterReference(int pos)
Returns the CharacterReference 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 a CharacterReference object. |
Methods in net.htmlparser.jericho that return types with arguments of type CharacterReference | |
---|---|
List<CharacterReference> |
Segment.getAllCharacterReferences()
Returns a list of all CharacterReference objects that are enclosed by this segment. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |