Frames | No Frames |
Classes derived from au.id.jericho.lib.html.CharacterReference | |
class | Represents an HTML Character Entity Reference. |
class | Represents an HTML Numeric Character Reference. |
Methods with return type au.id.jericho.lib.html.CharacterReference | |
CharacterReference | Source.findNextCharacterReference(int pos) Returns the CharacterReference beginning at or immediately following the specified position in the source document. |
CharacterReference | Source.findPreviousCharacterReference(int pos) Returns the CharacterReference at or immediately preceding (or enclosing) the specified position in the source document. |
CharacterReference | CharacterReference.parse(CharSequence characterReferenceText) Parses a single encoded character reference text into a CharacterReference object. |